validInstallableScopes top-level constant
Valid installable scopes (excludes 'managed').
Implementation
const List<PluginScope> validInstallableScopes = [
PluginScope.user,
PluginScope.project,
PluginScope.local,
];
Valid installable scopes (excludes 'managed').
const List<PluginScope> validInstallableScopes = [
PluginScope.user,
PluginScope.project,
PluginScope.local,
];