SyncLayerCore class

Core initialization and lifecycle manager for SyncLayer

Properties

backendAdapter SyncBackendAdapter
no setter
config SyncConfig
no setter
conflictResolver ConflictResolver
no setter
connectivityService ConnectivityService
no setter
encryptionService EncryptionService?
no setter
hashCode int
The hash code for this object.
no setterinherited
localStorage LocalStorage
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncEngine SyncEngine
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance SyncLayerCore
no setter

Static Methods

dispose() Future<void>
Dispose resources
init(SyncConfig config) Future<void>
Initialize SyncLayer with configuration