PowerSettingObserver class abstract mixin

Constructors

PowerSettingObserver.new()

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

didChangeConsoleDisplayState(ConsoleDisplayState state) → void
The current monitor's display state has changed.
didChangeSessionDisplayState(SessionDisplayState state) → void
The display associated with the application's session has been powered on or off.
didChangeSessionUserState(SessionUserState state) → void
The user status associated with the application's session has changed.
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