mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 18:33:49 +02:00
8 lines
181 B
Dart
8 lines
181 B
Dart
// SPDX-FileCopyrightText: 2022 Iconica
|
|
//
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
///
|
|
library flutter_chat_firebase;
|
|
|
|
export 'package:flutter_chat_firebase/service/service.dart';
|