validInstallableScopes top-level constant
Valid installable scopes (excludes 'managed' which can only come from managed-settings.json).
Implementation
const validInstallableScopes = <PluginScope>[
PluginScope.user,
PluginScope.project,
PluginScope.local,
];