Future<void> reconnect({bool userInitialized = false}) async { await _connect(userInitialized: userInitialized); await _connectLiveQuery(); }