abort abstract method
Aborts a running snapshot. Requires a server store. Returns the prior
status, or null.
Implementation
Future<SnapshotStatus?> abort(
String snapshotId, {
Map<String, dynamic>? context,
});
Aborts a running snapshot. Requires a server store. Returns the prior
status, or null.
Future<SnapshotStatus?> abort(
String snapshotId, {
Map<String, dynamic>? context,
});