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