isInstallableScope function
Whether scope is valid for install/uninstall.
Implementation
bool isInstallableScope(PluginScope scope) =>
validInstallableScopes.contains(scope);
Whether scope is valid for install/uninstall.
bool isInstallableScope(PluginScope scope) =>
validInstallableScopes.contains(scope);