Future<bool> isInternetConnected() async { return await _channel.invokeMethod<bool>('$_name/isInternetConnected') ?? false; }