@override Future<bool?> checkConnection() async { final version = await methodChannel.invokeMethod<bool>('checkConnect'); return version; }