cancelAll method

Future<void> cancelAll()

Implementation

Future<void> cancelAll() {
  return cosApi.cancelAll(serviceKey);
}