menu
hooksman package
documentation
entrypoint/hook_execution/pending_hook.dart
PendingHook
startedTasks property
startedTasks property
dark_mode
light_mode
startedTasks
property
Set
<
int
>
get
startedTasks
Implementation
Set<int> get startedTasks => Set<int>.unmodifiable(_startedTasks);
hooksman package
documentation
entrypoint/hook_execution/pending_hook
PendingHook
startedTasks property
PendingHook class