getNetworkCountryIso method

Future<String> getNetworkCountryIso()

Implementation

Future<String> getNetworkCountryIso() async {
  return await invokeMethod(_GET_NETWORK_COUNTRY_ISO) as String;
}