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