abort method

Aborts the task.

Implementation

Future<SnapshotStatus?> abort() =>
    _transport.abort(snapshotId, context: _context);