AppShell Overview
menu
flutter_chat
flutter_chat.dart
ChatDetailService
fetchMoreMessage abstract method
fetchMoreMessage
dark_mode
light_mode
fetchMoreMessage
abstract method
Future
<
void
>
fetchMoreMessage
(
int
pageSize
,
String
chatId
)
Implementation
Future<void> fetchMoreMessage( int pageSize, String chatId, );
flutter_chat
flutter_chat
ChatDetailService
fetchMoreMessage abstract method
ChatDetailService class