ChatRepositoryImpl class

Inheritance
Annotations
  • @LazySingleton(as: ChatRepository)

Constructors

ChatRepositoryImpl(ChatRemoteDataSource _remoteDataSource)

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?>
override
addMember({required int code, required int userId}) Future<Meeting?>
override
deleteConversation(int meetingId) Future<bool>
override
deleteMember({required int code, required int userId}) Future<Meeting?>
override
getConversations({required int status, required int limit, required int skip}) Future<List<Meeting>>
override
leaveConversation({required int code}) Future<Meeting?>
override
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