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