isCoHostConnecting property
bool
get
isCoHostConnecting
Implementation
bool get isCoHostConnecting => CoHostStore.create(coHostState.currentRoomId).coHostState.connected.value.isNotEmpty;
bool get isCoHostConnecting => CoHostStore.create(coHostState.currentRoomId).coHostState.connected.value.isNotEmpty;