onComplete property

Returns a Future once the task has completed.

Waiting for the future is not required, instead you can wait for a completion event via snapshotEvents.

Implementation

Future<TaskSnapshotPlatform> get onComplete {
  throw UnimplementedError('onComplete is not implemented');
}