We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5bd16 commit 41546ebCopy full SHA for 41546eb
example/lib/main.dart
@@ -73,15 +73,15 @@ class _HomeScreenState extends State<HomeScreen> {
73
74
// Handel when the feedback submission is started
75
onFeedbackSubmissionStarted: () {
76
- print('Feedback Submission Started');
+ //print('Feedback Submission Started');
77
},
78
79
// Handel when feedback submission is completed.
80
onFeedbackSubmitted: (bool result) {
81
if (result) {
82
- print('Feedback Submitted Successfully');
+ //print('Feedback Submitted Successfully');
83
} else {
84
- print('Error in submitting the Feedback');
+ //print('Error in submitting the Feedback');
85
}
86
87
),
0 commit comments