WakeupServer class
Constructors
- WakeupServer(String host, int port, dynamic keepTime, WakeupServerStateChanged listener)
Properties
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