RoomRepositoryImpl class

Inheritance
Annotations
  • @LazySingleton.new(as: RoomRepository)

Constructors

RoomRepositoryImpl(RoomRemoteDataSource _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

createRoom(RoomParams params) Future<Result<Room>>
override
findMyParticipantObject(Room room, {int? userId, int? participantId}) Room
getInfoRoom(String code) Future<Result<Room>>
override
joinRoom(JoinRoomParams params) Future<Result<Room>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateRoom(RoomParams params) Future<Result<bool>>
override

Operators

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