onFeedbackSubmitted property
onFeedbackSubmitted is used to do something after the feedback is submitted
or any error occurs while submitting the feedback. It returns a bool value.
true
if submission is successful and false
is submission is unsuccessful.
Implementation
final Function(bool result) onFeedbackSubmitted;