set_POIName method

Future<void> set_POIName(
  1. String POIName
)

Implementation

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