create static method

CoGuestStore create(
  1. 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);
}