getTaskNames method

List<String> getTaskNames()

Get all registered task names

Implementation

List<String> getTaskNames() => _tasks.keys.toList();