shared property

RoomStore get shared

Singleton object

Implementation

static RoomStore get shared => RoomStoreFactory.shared.getStore<RoomStore>();