supportsProtocol method

bool supportsProtocol([
  1. Iterable<int> supportedVersions = kSupportedSetonixProtocolVersions
])

Implementation

bool supportsProtocol([
  Iterable<int> supportedVersions = kSupportedSetonixProtocolVersions,
]) => negotiateProtocol(supportedVersions) != null;