isProtocolVersionSupported method
Implementation
Future<bool> isProtocolVersionSupported(
SemanticVersion supportedVersion,
) async {
_protocolVersion = await serviceClient.getVersion();
return isProtocolVersionSupportedNow(supportedVersion);
}