uninstallPlugin method
Throws error - immutable config cannot uninstall plugins
Implementation
@override
void uninstallPlugin(String pluginName) {
throw UnsupportedError(
'Cannot uninstall plugin from HHImmutableConfig. '
'Plugins can only be uninstalled from mutable HHConfig before finalization.',
);
}