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