isWaitingForResponse property

ValueListenable<bool> isWaitingForResponse

Whether this app is currently waiting for a response from the user (true), or not (false).

Implementation

ValueListenable<bool> get isWaitingForResponse =>
    _isWaitingForResponseNotifier;