show method
Open the feedback ui.
After the user submitted his feedback onFeedback is called.
If the user aborts the process of giving feedback, onFeedback is
not called.
Implementation
void show(OnFeedbackCallback onFeedback) {
_isVisible = true;
this.onFeedback = onFeedback;
notifyListeners();
}