SubscriptionMonthly method

Future<void> SubscriptionMonthly(
  1. String source
)

Implementation

Future<void> SubscriptionMonthly(String source) async {
  return _instance.SubscriptionMonthly(source);
}