createClient method
Creates a new ProtocolClient with that supports one or more of the given schemes.
Implementation
@override
ProtocolClient createClient() => CoapClient(
coapConfig: coapConfig,
pskCredentialsCallback: _pskCredentialsCallback,
aceSecurityCallback: _aceSecurityCallback,
);