WakeupServer class

Constructors

WakeupServer(String host, int port, dynamic keepTime, String shareKey, WakeupServerStateChanged listener)

Properties

hashCode int
The hash code for this object.
no setterinherited
host String
latefinal
keepTime ↔ dynamic
latefinal
listener WakeupServerStateChanged
latefinal
port int
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareKey String
latefinal

Methods

autoWakeup() Future<void>
checkAutoWakeup(String did) Future<bool>
close() → void
getStatus(String did) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAutoWakeup(String did) Future<void>
saveAutoWakeup(String did) Future<void>
toString() String
A string representation of this object.
inherited
wakeup(String did) → void

Operators

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