menu
noor_go package
documentation
customer_app/domain/interface/chat.dart
ChatInterface
getChat abstract method
getChat abstract method
dark_mode
light_mode
getChat
abstract method
Future
<
Either
>
getChat
(
{
required
int
sellerId
,
})
Implementation
Future<Either<dynamic,dynamic>> getChat({required int sellerId});
noor_go package
documentation
customer_app/domain/interface/chat
ChatInterface
getChat abstract method
ChatInterface class