XdgBackgroundPortal class

Portal for requesting autostart and background activity.

Constructors

XdgBackgroundPortal(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

getVersion() Future<int>
Get the version of this portal.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestBackground({String parentWindow = '', String? reason, bool? autostart, required List<String>? commandLine, bool? dBusActivatable}) Stream<XdgBackgroundPortalRequestResult>
Ask to request that the application is allowed to run in the background.
toString() String
A string representation of this object.
inherited

Operators

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