future property

Future<T> get future

Future awaited by the code under test.

Implementation

Future<T> get future => _completer.future;