showFeedbackDialog method
Shows a feedback form after the user indicated dissatisfaction.
Return a FeedbackResult with the collected data, or null
if the user dismissed the form.
Implementation
@override
Future<FeedbackResult?> showFeedbackDialog(BuildContext context) async =>
feedbackResult;