mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 02:43:50 +02:00
7 lines
218 B
Dart
7 lines
218 B
Dart
|
library local_chat_service;
|
||
|
|
||
|
export 'service/local_chat_service.dart';
|
||
|
export 'service/local_chat_detail_service.dart';
|
||
|
export 'service/local_chat_overview_service.dart';
|
||
|
export 'service/local_chat_user_service.dart';
|