waiting property

Future<void>? waiting

Future to monitor the end of the future when it is executed.

futureを実行したときにその終了を監視するためのFuture

Implementation

Future<void>? get waiting => _completer?.future;