canMakeRequests property
bool
get
canMakeRequests
Check if this session can be used for AWS operations
Implementation
bool get canMakeRequests {
return isValid && !awsCredentials.isExpired;
}
Check if this session can be used for AWS operations
bool get canMakeRequests {
return isValid && !awsCredentials.isExpired;
}