menu
noor_go package
documentation
customer_app/domain/interface/chat.dart
ChatInterface
getChatList abstract method
getChatList abstract method
dark_mode
light_mode
getChatList
abstract method
Future
<
Either
<
List
,
dynamic
>
>
getChatList
(
{
String
?
lastDocId
,
})
Implementation
Future<Either<List<dynamic>,dynamic>> getChatList({String? lastDocId});
noor_go package
documentation
customer_app/domain/interface/chat
ChatInterface
getChatList abstract method
ChatInterface class