@override Future<String?> getNetworkStatus() async { return await _channel.invokeMethod<String>('getNetworkStatus'); }