installPlugin method
Throws error - immutable config cannot install plugins
Implementation
@override
void installPlugin(HHPlugin plugin) {
throw UnsupportedError(
'Cannot install plugin on HHImmutableConfig. '
'Plugins can only be installed on mutable HHConfig before finalization.',
);
}