@override Future<bool> check() async { return await methodChannel.invokeMethod<bool>('check') == true; }