getBy abstract method
Return the StudyProtocol with the specified protocolId
,
versionTag
is the tag of the specific version of the protocol to return.
The latest version is returned when not specified.
Implementation
Future<StudyProtocol> getBy(String protocolId, [String? versionTag]);