removeGeoFence__com_amap_api_fence_GeoFence method

Future<bool?> removeGeoFence__com_amap_api_fence_GeoFence(
  1. com_amap_api_fence_GeoFence var1
)

Implementation

Future<bool?> removeGeoFence__com_amap_api_fence_GeoFence(com_amap_api_fence_GeoFence var1) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.fence.GeoFenceClient@$refId::removeGeoFence([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.fence.GeoFenceClient::removeGeoFence__com_amap_api_fence_GeoFence', {"var1": var1, "__this__": this});


  // handle native call


  return __result__;
}