addKeywordPOIRegionForMonitoringWithKeyword_POIType_city_size_customID method

Future<void> addKeywordPOIRegionForMonitoringWithKeyword_POIType_city_size_customID(
  1. String keyword,
  2. String type,
  3. String city,
  4. int size,
  5. String customID,
)

Implementation

Future<void> addKeywordPOIRegionForMonitoringWithKeyword_POIType_city_size_customID(String keyword, String type, String city, int size, String customID) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: AMapGeoFenceManager@$refId::addKeywordPOIRegionForMonitoringWithKeyword([\'keyword\':$keyword, \'type\':$type, \'city\':$city, \'size\':$size, \'customID\':$customID])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('AMapGeoFenceManager::addKeywordPOIRegionForMonitoringWithKeyword_POIType_city_size_customID', {"keyword": keyword, "type": type, "city": city, "size": size, "customID": customID, "__this__": this});


  // handle native call


  return __result__;
}