set_countryCodeISO method

Future<void> set_countryCodeISO(
  1. String? countryCodeISO
)

Implementation

Future<void> set_countryCodeISO(String? countryCodeISO) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKAddressComponent::set_countryCodeISO', <String, dynamic>{'__this__': this, "countryCodeISO": countryCodeISO});
}