IChatController class abstract

Implementers

Constructors

IChatController()

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

createSocketConnection({required String socketUrl}) Future<Socket>
emitAny({required String key}) Future<void>
getMessage() Stream<ResponseEntity<ChatMessageResponse>>
getMessageResponse() Stream<ResponseEntity<ChatMessageResponse>>
getOnlineUsers() Stream<ResponseEntityList<UserModel>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAny({required String key, dynamic data}) Stream
sendMessage({required String receiverId, required String message}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited