onSurveyCancel property
void Function([RPTaskResult?])?
onSurveyCancel
final
The callback function if a survey is canceled by user.
The RPTaskResult
is optional and can be null
if no results were created.
Implementation
final void Function([RPTaskResult?])? onSurveyCancel;