isExactly method
String variant of isExactlyScope.
Parses an instance of this type from scopeString
and invokes isExactlyScope.
Implementation
bool isExactly(String scopeString) {
return isExactlyScope(AuthScope(scopeString));
}
String variant of isExactlyScope.
Parses an instance of this type from scopeString
and invokes isExactlyScope.
bool isExactly(String scopeString) {
return isExactlyScope(AuthScope(scopeString));
}