ZapServer class
- Mixed-in types
Constructors
Properties
Methods
-
close(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onConnected(
ContextCallBack callBack) → void -
inherited
-
onDisconnected(
ContextCallBack callBack) → void -
inherited
-
onEvent(
String eventName, ContextCallBack callback) → void -
inherited
-
start(
) → Future< HttpServer> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited