These methods are accessible through
profile.plugins()which exposes aPluginRepositoryinstance.
profile.plugins().all();profile.plugins().first();profile.plugins().last();profile.plugins().keys();profile.plugins().values();profile.plugins().push(stubPlugin);profile.plugins().fill({ ["@hello/world"]: stubPlugin });profile.plugins().findById("@hello/world");profile.plugins().forget("@hello/world");profile.plugins().flush();profile.plugins().count();These methods are accessible through
profile.plugins().registry()which exposes aPluginRegistryinstance.
profile.plugins().registry().all();profile.plugins().registry().size(registryPlugin);profile.plugins().registry().downloads(registryPlugin);