remove Interface Implementation
fun removeInterfaceImplementation(interfaceUri: String, implementationUri: String): BaseConfigBuilder
Removes an interface implementation with the specified interface and implementation URIs.
Return
This BaseConfigBuilder instance for chaining calls.
Parameters
interface Uri
The URI of the interface associated with the implementation.
implementation Uri
The URI of the implementation to remove.