whenRequested property

Future<void> get whenRequested

Completes the next time request is called — used to race against a pending model call so an abort is responsive. A fresh future is installed by clear after a declined request.

Implementation

Future<void> get whenRequested => _signal.future;