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