set_countryCodeISO2 method

Future<void> set_countryCodeISO2(
  1. String countryCodeISO2
)

Implementation

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


}