get_currentLocation method

Future<CLLocation?> get_currentLocation()

Implementation

Future<CLLocation?> get_currentLocation() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapGeoFenceRegion::get_currentLocation", {'__this__': this});
  return AmapLocationFluttifyIOSAs<CLLocation>(__result__);
}