SyncClient class

Inheritance

Constructors

SyncClient({required RoomClient room})

Properties

hashCode → int
The hash code for this object.
no setterinherited
room → RoomClient
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(void listener()) → void
inherited
close(String path) → Future<void>
create(String path, [Map<String, dynamic>? json]) → Future<void>
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
inherited
open(String path, {bool create = true, Map<String, dynamic>? initialJson, MeshSchema? schema}) → Future<MeshDocument>
removeListener(void listener()) → void
inherited
start() → void
sync(String path, Uint8List data) → Future<void>
toString() → String
A string representation of this object.
inherited

Operators

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