set_currentLocation method

Future<void> set_currentLocation(
  1. CLLocation currentLocation
)

Implementation

Future<void> set_currentLocation(CLLocation currentLocation) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapGeoFenceRegion::set_currentLocation', <String, dynamic>{'__this__': this, "currentLocation": currentLocation});
}