cancel method

Future<void> cancel()

Implementation

Future<void> cancel() {
  return _transferApi.cancel(_taskId, _transferKey);
}