RealtimeHandler class

bye

Constructors

RealtimeHandler(StreamAction action, String collection, String document, dynamic callback(SocketChangeEvent), dynamic off(), {required bool useName})
bye

Properties

action ↔ StreamAction
bye
getter/setter pair
callback ↔ dynamic Function(SocketChangeEvent)
bye
getter/setter pair
collection String
bye
getter/setter pair
document String
bye
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
off ↔ dynamic Function()
bye
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useName bool
use collection name instead of collection id
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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