Engine class

Inheritance
Implementers

Constructors

Engine()

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

clearListeners() → void
inherited
close() → void
emit(String event, [dynamic data]) → void
inherited
hasListeners(String event) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(String event, [EventHandler? handler]) → void
inherited
on(String event, EventHandler handler) → void
inherited
once(String event, EventHandler handler) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](Object key) → dynamic
operator []=(String key, dynamic value) → void

Static Methods

attach(dynamic server, [Map? options]) Engine
attachToHttpServer(StreamController<HttpRequest> httpServerStream, [Map? options]) Engine