isTaskRunning method
Use this when you intend to check if actively is true
Pass the isRunningKey
if you intend to specify the ActiveController.
Implementation
bool isTaskRunning(dynamic isRunningKey) =>
_isRunningKeys.contains(isRunningKey);
Use this when you intend to check if actively is true
Pass the isRunningKey
if you intend to specify the ActiveController.
bool isTaskRunning(dynamic isRunningKey) =>
_isRunningKeys.contains(isRunningKey);