onFinalSuccessCallback property
Callback executed when feedback is successfully submitted.
This can be used to show success messages, navigate away from the feedback screen, or perform other post-submission actions.
Implementation
final Future<void> Function(BuildContext context)? onFinalSuccessCallback;