result property

Future<V> get result

A future that completes when the UI has handled the side effect.

Use this to await results from side effects, such as a confirmation dialog.

Implementation

Future<V> get result => _completer.future;