remove

abstract fun remove(vararg frontend: FrontendConfig)

Removes frontend from the IVI instance configuration

The given frontend must be present in the IVI instance configuration. frontend is matched against existing frontend instances based on its FrontendConfig.frontendBuilderName, FrontendConfig.implementationModule and FrontendConfig.subPackageName property values.