WindowsTaskbar class

WindowsTaskbar

Flutter plugin serving utilities related to Windows taskbar.

Constructors

WindowsTaskbar()

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

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

Static Methods

clearThumbnailToolbar() Future<void>
Removes thumbnail toolbar for the taskbar app icon.
setProgress(int completed, int total) Future<void>
Sets progress.
setProgressMode(int mode) Future<void>
Sets progress mode.
setThumbnailToolbar(List<ThumbnailToolbarButton> buttons) Future<void>
Sets thumbnail toolbar for the taskbar app icon. Takes list of thumbnail toolbar buttons.
setThumbnailTooltip(String tooltip) Future<void>
Sets thumbnail tooltip.