isInstallableScope function
Type guard for installable scopes.
Implementation
bool isInstallableScope(PluginScope scope) {
return validInstallableScopes.contains(scope);
}
Type guard for installable scopes.
bool isInstallableScope(PluginScope scope) {
return validInstallableScopes.contains(scope);
}