isInstallableScope function

bool isInstallableScope(
  1. PluginScope scope
)

Whether scope is valid for install/uninstall.

Implementation

bool isInstallableScope(PluginScope scope) =>
    validInstallableScopes.contains(scope);