scheduleCommRequest method
Implementation
Future<void> scheduleCommRequest(CommunicationRequest commRequest) async {
Debug.print("Scheduler: Comm Request scheduled");
await _requestWithRetry(
() async => await sendCommunicationCaptureRequest([commRequest], _token),
);
}