DriftWorkerHandler class
- Inheritance
-
- Object
- StorageWorkerHandler
- DriftWorkerHandler
Constructors
- DriftWorkerHandler({String id = driftStorageHandlerId, bool web = true, bool native = true})
Properties
Methods
-
create(
WorkerHandlerContext context, SyncEngineConfig config) → Future< Storage> -
Creates a storage instance for the worker thread.
override
-
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