RepositorySingleton class

Inheritance

Constructors

RepositorySingleton()

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

chatDashboardRepository(String? appId) ChatDashboardRepository?
override
chatMemberInfoRepository(String? appId, String? roomId) ChatMemberInfoRepository?
override
chatRepository(String? appId, String? roomId) ChatRepository?
override
flush(String? appId) → void
inherited
memberHasChatRepository(String? appId) MemberHasChatRepository?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
roomRepository(String? appId) RoomRepository?
override
toString() String
A string representation of this object.
inherited

Operators

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