create static method
- String liveID
Create CoGuestStore instance
liveID: Live room ID Returns: CoGuestStore instance
Implementation
static CoGuestStore create(String liveID) {
return StoreFactory.shared.getStore<CoGuestStore>(liveID: liveID);
}
Create CoGuestStore instance
liveID : Live room ID
Returns: CoGuestStore instancestatic CoGuestStore create(String liveID) {
return StoreFactory.shared.getStore<CoGuestStore>(liveID: liveID);
}