createClient method

  1. @override
ProtocolClient createClient()
override

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,
    );