deleteInformedConsent method

  1. @override
Future<bool> deleteInformedConsent()
override

Delete the informed consent for this study.

Returns true if delete is successful, false otherwise.

Implementation

@override
Future<bool> deleteInformedConsent() async =>
    await _deleteResource(RPOrderedTask);