flutter_chat/packages/flutter_chat_local/lib/local_chat_service.dart

8 lines
222 B
Dart
Raw Normal View History

2024-02-14 11:10:35 +01:00
///
2024-01-30 15:52:56 +01:00
library local_chat_service;
2024-06-06 14:50:59 +02:00
export "service/local_chat_detail_service.dart";
export "service/local_chat_overview_service.dart";
export "service/local_chat_service.dart";
export "service/local_chat_user_service.dart";