userLocation property

Future<Location> get userLocation

Implementation

Future<Location> get userLocation => then((_) => _.userLocation!);