Future<bool> initialize() async { isConnected = await _checkConnection(); _onNetworkStatusChange(); return true; }