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