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