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