add method
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
@override
Future<void> add(StudyProtocol protocol, [String? versionTag]) async =>
await _rpc(Add(protocol, versionTag));