removeAllGeoFenceRegions method

Future<void> removeAllGeoFenceRegions()

Implementation

Future<void> removeAllGeoFenceRegions() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: AMapGeoFenceManager@$refId::removeAllGeoFenceRegions([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('AMapGeoFenceManager::removeAllGeoFenceRegions', {"__this__": this});


  // handle native call


  return __result__;
}