waiting property

Future<void>? waiting

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

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

Implementation

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