onDone property
Future<void>
get
onDone
A future that completes after this test has finished running, or has surfaced an error.
Implementation
Future<void> get onDone => _done.future;
A future that completes after this test has finished running, or has surfaced an error.
Future<void> get onDone => _done.future;