removePluginInstallation property

void Function(String pluginId, PluginScope scope, String? projectPath) removePluginInstallation
final

Remove a plugin installation entry from V2 data.

Implementation

final void Function(String pluginId, PluginScope scope, String? projectPath)
    removePluginInstallation;