ChatRepository class abstract

Implementers

Constructors

ChatRepository()

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

acceptInvite({required int code}) Future<Meeting?>
addMember({required int code, required int userId}) Future<Meeting?>
deleteConversation(int meetingId) Future<bool>
deleteMember({required int code, required int userId}) Future<Meeting?>
getConversations({required int status, required int limit, required int skip}) Future<List<Meeting>>
leaveConversation({required int code}) Future<Meeting?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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