removeClientFactory abstract method
Removes a ProtocolClientFactory matching the given scheme from this
Servient, if present.
If a ProtocolClientFactory was removed, the method returns it, otherwise
the return value is null.
Implementation
ProtocolClientFactory? removeClientFactory(String scheme);