set_countryCode method

Future<void> set_countryCode(
  1. String countryCode
)

Implementation

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


}