set_neighborhood method

Future<void> set_neighborhood(
  1. String neighborhood
)

Implementation

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