menu
noor_go package
documentation
customer_app/domain/interface/chat.dart
ChatInterface
replyMessage abstract method
replyMessage abstract method
dark_mode
light_mode
replyMessage
abstract method
void
replyMessage
(
{
required
String
chatDocId
,
required
MessageModel
message
,
})
Implementation
void replyMessage({required String chatDocId,required MessageModel message});
noor_go package
documentation
customer_app/domain/interface/chat
ChatInterface
replyMessage abstract method
ChatInterface class