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