SyncClient class
- Inheritance
-
- Object
- ChangeEmitter
- SyncClient
Constructors
- SyncClient.new({required RoomClient room})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- room ↔ RoomClient
-
getter/setter pair
- 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}) → 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