WalletTasksWorker.vm constructor

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

Implementation

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