setCurrentLocation method

Future<void> setCurrentLocation(
  1. com_amap_api_location_AMapLocation var1
)

Implementation

Future<void> setCurrentLocation(com_amap_api_location_AMapLocation var1) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.fence.GeoFence@$refId::setCurrentLocation([])');
  }

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


  // handle native call


  return __result__;
}