add method Null safety
- StudyProtocol protocol,
- [String? versionTag]
Add the specified study protocol
.
versionTag
is an optional label used to identify this first version of
the protocol
. Timestamp of initial creation by default.
Implementation
Future add(StudyProtocol protocol, [String? versionTag]);