Get synced state
static SyncedRx<T>? getSyncedState<T>(String channel) { return _syncedStates[channel] as SyncedRx<T>?; }