@override Future<void> hardReset() async { try { return await methodChannel.invokeMethod("hardReset"); } on PlatformException catch (e, s) { print(s); } }