WalletTasksWorker constructor

WalletTasksWorker({
  1. PlatformThreadHook? threadHook,
  2. ExceptionManager? exceptionManager,
})

Implementation

WalletTasksWorker(
    {PlatformThreadHook? threadHook, ExceptionManager? exceptionManager})
    : super($WalletTasksActivator(Squadron.platformType),
          threadHook: threadHook, exceptionManager: exceptionManager);