dispose method
void
dispose()
Implementation
void dispose() {
CoHostStore coHostStore = CoHostStore.create(coHostState.currentRoomId);
coHostStore.coHostState.connected.removeListener(_onConnectionUserListListener);
coHostStore.removeCoHostListener(coHostListener!);
}