LocationHandlerMixin mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
isGPSEnabled Future<bool>
no setter
isLocationAvailable Future<bool>
no setter
isLocationPermissionGranted Future<bool>
no setter
openLocationSettings Future<void>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

latLng([Future<void> onGPSDisabled()?]) Future<LatLng?>
latLngOrDefault([Future<void> onGPSDisabled()?]) Future<LatLng>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestLocationPermission({Future<void> onDeniedForever()?}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultUserPosition → const LatLng