get_countryCodeISO2 method

Future<String?> get_countryCodeISO2()

Implementation

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