SyncState class
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
-
cancel()
→ void
-
stop the sync loop
-
drop()
→ void
-
Manually drops the object and unregisters the FinalizableHandle.
-
firstSyncedRx()
→ Stream<bool>
-
Get event handler of first synchronization on every launch
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
syncErrorRx()
→ Stream<String>
-
When the sync stopped with an error, this will trigger
-
toString()
→ String
-
A string representation of this object.
inherited