deployed method
Mark the study deployment with studyDeploymentId
as deployed successfully
to this primary device (phone), i.e., that the study deployment was loaded
on the device and that the necessary runtime is available to run it.
Implementation
Future<StudyDeploymentStatus?> deployed(
String studyDeploymentId, {
DateTime? deviceDeploymentLastUpdateDate,
}) async =>
deviceDeployed(
studyDeploymentId,
thisPhone.roleName,
deviceDeploymentLastUpdateDate,
);