set_town method

Future<void> set_town(
  1. String town
)

Implementation

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


}