saveStudyProtocol abstract method
Save a SmartphoneStudyProtocol with the ID id
.
Returns true
if successful, false
otherwise.
Implementation
Future<bool> saveStudyProtocol(
String id,
SmartphoneStudyProtocol protocol,
);
Save a SmartphoneStudyProtocol with the ID id
.
Returns true
if successful, false
otherwise.
Future<bool> saveStudyProtocol(
String id,
SmartphoneStudyProtocol protocol,
);