VirtualWebSocketClient class
Constructors
-
VirtualWebSocketClient({String? envId, String? collectionName, String? query, int? limit, Map<
String, String> ? orderBy, required SendFunc send, required LoginFunc login, required IsWSConnectedFunc isWSConnected, required OnceWSConnectedFunc onceWSConnected, required GetWaitExpectedTimeoutLengthFunc getWaitExpectedTimeoutLength, required WatchStartCallback onWatchStart, required WatchCloseCallback onWatchClose, Function? onChange, Function? onError, bool? debug})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- listener ↔ RealtimeListener?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- watchId ↔ String
-
getter/setter pair
Methods
-
closeWithError(
dynamic error) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onMessage(
dynamic msg) → void -
pause(
) → void -
resume(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited