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