getLocalWorker method

LocalWorker<WalletTasks> getLocalWorker([
  1. ExceptionManager? exceptionManager
])

Implementation

LocalWorker<WalletTasks> getLocalWorker([
  ExceptionManager? exceptionManager,
]) => LocalWorker.create(this, _$getOperations(), exceptionManager);