DocumentRuntimeImpl class
- Inheritance
-
- Object
- DocumentRuntime
- DocumentRuntimeImpl
Constructors
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
-
applyBackendChanges(
{required String documentId, required String base64}) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onSendUpdateToBackend(
String js) → void -
onSendUpdateToClient(
String js) → void -
registerDocument(
RuntimeDocument document) → void -
override
-
sendChanges(
Map< String, dynamic> message) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
unregisterDocument(
RuntimeDocument document) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
onDocumentSync(
{required String documentId, required String base64}) → void