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