setSubscriptionCountry method

Future setSubscriptionCountry(
  1. String country
)

Implementation

Future<dynamic> setSubscriptionCountry(String country) async {
  return await _channel.invokeMethod("CleverPush#setSubscriptionCountry", {'country': country});
}