set_country method

Future<void> set_country(
  1. String country
)

Implementation

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


}