cancelAllTasks method

Future<int> cancelAllTasks()

Cancels all tasks

Returns the number of cancelled tasks

Implementation

Future<int> cancelAllTasks() {
  throw UnimplementedError('cancelAllTasks() has not been implemented.');
}