LauncherEntryService class

The service that provides access to the Launcher API.

Constructors

LauncherEntryService({required String appUri, String? objectPath})
Creates a service instance from a given appUri of the form application://$desktop_file_id.

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update({int? count, bool? countVisible, double? progress, bool? progressVisible, String? quicklist, bool? urgent}) Future<void>

Operators

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