sendStepResult property
void Function(RPResult)
get
sendStepResult
The function to send the latest result of the step to the task
Usually it's called as part of the createAndSendResult
implementation
in those classes which are
implementing the CanSaveResult abstract class
Implementation
void Function(RPResult) get sendStepResult => _stepResultController.add;