WalletTasksWorker.js constructor

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

Implementation

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