DriftWorkerHandler constructor

DriftWorkerHandler({
  1. String id = driftStorageHandlerId,
  2. bool web = true,
  3. bool native = true,
})

Implementation

DriftWorkerHandler(
    {this.id = driftStorageHandlerId, bool web = true, bool native = true})
    : _web = web,
      _native = native;