setGeoFenceAble method

Future<void> setGeoFenceAble(
  1. String var1,
  2. bool var2
)

Implementation

Future<void> setGeoFenceAble(String var1, bool var2) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.fence.GeoFenceClient@$refId::setGeoFenceAble([\'var1\':$var1, \'var2\':$var2])');
  }

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


  // handle native call


  return __result__;
}