MethodChannelFlLocation class

The FlLocationPlatform implementation that delegates to a MethodChannel.

Inheritance

Constructors

MethodChannelFlLocation()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkLocationPermission() Future<LocationPermission>
Check location permission.
override
getLocation({LocationAccuracy accuracy = LocationAccuracy.best, Duration? timeLimit}) Future<Location>
Get the current location.
override
getLocationServicesStatusStream() Stream<LocationServicesStatus>
Get the location services status stream.
override
getLocationStream({LocationAccuracy accuracy = LocationAccuracy.best, int interval = 5000, double distanceFilter = 0.0}) Stream<Location>
Get the location stream.
override
isLocationServicesEnabled() Future<bool>
Whether location services are enabled.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestLocationPermission() Future<LocationPermission>
Request location permission.
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

locationEventChannel → const EventChannel
The event channel used to receive location updates from the platform.
locationServicesStatusEventChannel → const EventChannel
The event channel used to receive location services status updates from the platform.
methodChannel → const MethodChannel
The method channel used to invoke methods implemented on the platform.