Skip to content

Commit

Permalink
fix lib header
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Nov 15, 2024
1 parent 0a9ef43 commit 1abe9ba
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// ignore_for_file: require_trailing_commas
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

/// Test helpers for this package.
library;

export 'package:firebase_core_platform_interface/src/pigeon/messages.pigeon.dart';
export 'package:firebase_core_platform_interface/src/pigeon/mocks.dart';
export 'package:firebase_core_platform_interface/src/pigeon/test_api.dart';

0 comments on commit 1abe9ba

Please sign in to comment.