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