MethodChannelWindowFocus class

Inheritance

Constructors

MethodChannelWindowFocus()

Properties

hashCode int
The hash code for this object.
no setterinherited
idleThreshold Future<Duration>
no setteroverride
isUserActive bool
no setteroverride
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userActive bool
getter/setter pair

Methods

addFocusChangeListener(dynamic listener(AppWindowDto)) → void
override
addUserActiveListener(dynamic listener(bool)) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFocusChangeListener(dynamic listener(AppWindowDto)) → void
override
removeUserActiveListener(dynamic listener(bool)) → void
override
setIdleThreshold(Duration duration) → void
override
toString() String
A string representation of this object.
inherited

Operators

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