onGetCurrentLocation property

Future<({double latitude, double longitude})?> Function()? onGetCurrentLocation
final

Implementation

final Future<({double latitude, double longitude})?> Function()?
onGetCurrentLocation;