XdgLocationPortal class

Portal to get location information.

Constructors

XdgLocationPortal(DBusRemoteObject _object, String _generateToken())

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

createSession({int? distanceThreshold, int? timeThreshold, XdgLocationAccuracy? accuracy, String parentWindow = ''}) Stream<XdgLocation>
Create a location session that returns a stream of location updates from the portal. When the session is no longer required close the stream.
getVersion() Future<int>
Get the version of this portal.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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