set_city method

Future<void> set_city(
  1. String city
)

Implementation

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