isWaitingForResponse property Null safety

bool isWaitingForResponse

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

Implementation

bool get isWaitingForResponse => _requestedPermissions.isNotEmpty;