isWaitingForResponse property Null safety
Whether this app is currently waiting for a response from the user
(true
), or not (false
).
Implementation
bool get isWaitingForResponse => _requestedPermissions.isNotEmpty;
Whether this app is currently waiting for a response from the user
(true
), or not (false
).
bool get isWaitingForResponse => _requestedPermissions.isNotEmpty;