Host class abstract

Inheritance
Implementers

Constructors

Host()

Properties

hashCode int
The hash code for this object.
no setterinherited
objectId int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session Session
final

Methods

cancelEventByName(String name) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String name, EventFn fn) EventHandler
inherited
oneTimeOn(String name, EventFn fn) EventHandler
inherited
request(String url, {dynamic data, Session? session}) Future
toString() String
A string representation of this object.
inherited
trigger(String name, [dynamic arg]) Future<void>
inherited

Operators

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