WindowService class

Inheritance
Implemented types

Constructors

WindowService()

Properties

hashCode int
The hash code for this object.
no setterinherited
isMaximized Future<bool>
no setter
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ServiceState
no setterinherited

Methods

hideWindow() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClose() → void
onMaximize() → void
onStart() → void
inherited
onStartDragging() → void
onStartupTask() Future<void>
override
onStop() → void
inherited
onUnMaximize() → void
restartService() → void
inherited
showWindow() Future<void>
startService() → void
inherited
stopService() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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