get_countryCodeISO method

Future<String?> get_countryCodeISO()

Implementation

Future<String?> get_countryCodeISO() async {
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod("BMKAddressComponent::get_countryCodeISO", {'__this__': this});
  return __result__;
}