submitFeedback abstract method
- String message,
- FeedbackType type,
- String? logFilePath
Submits feedback with the given message
and type
.
If type
is FeedbackType.bug, the logFilePath
should be provided.
Implementation
Future<void> submitFeedback(
String message,
FeedbackType type,
String? logFilePath,
);