isProtocolVersionSupportedNow method
Implementation
bool isProtocolVersionSupportedNow(SemanticVersion supportedVersion) {
return _versionSupported(_protocolVersion, supportedVersion);
}
bool isProtocolVersionSupportedNow(SemanticVersion supportedVersion) {
return _versionSupported(_protocolVersion, supportedVersion);
}