Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
AddMessageListner(BuildContext context, {required String chatGroupId, required String loggedUserId, required ChatGroupModel chatGroup, required Color chatHeadColor, required String baseURL})
→ dynamic
-
-
GetMessages(String groupId, {String sendAt = '', String? userId})
→ dynamic
-
-
GetSeen({required String groupId, required String userId, required String chatMessageId})
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
Send({required String groupId, required String userId, required String msg})
→ Future
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
UpdateMessage({String sendAt = ''})
→ dynamic
-