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