WalletTasksWorker.wasm constructor

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

Implementation

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