cancelAll method

Future<void> cancelAll()

Implementation

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