set_city method

Future<void> set_city(
  1. String? city
)

Implementation

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