@override Future<void> OutputFail() async { try { await methodChannel.invokeMethod('OutputFail'); } on PlatformException catch (e) { print("Failed to call OutputFail: ${e.message}"); } }