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