Future<bool> checkConnection(String address) async { return await _methodChannel .invokeMethod('check_connection', {'address': address}); }