fetchTasks method

Future fetchTasks([
  1. TaskFilter? filter
])

Fetches all tasks available in the systems. This includes tasks from tasks.json files as well as tasks from task providers contributed through extensions.

Implementation

_i2.Future<_i2.dynamic> fetchTasks([_i3.TaskFilter? filter]) =>
    _i4.promiseToFuture(_i4.callMethod(
      this,
      'fetchTasks',
      [filter ?? _i5.undefined],
    ));