sendFeedback method
Implementation
Future<void> sendFeedback(int type, String feedbackMessage,
bool includeLogs, bool includeDiagnostics,
{String? guestMailId,
bool forceToAnonymous = false,
List<Uri>? attachmentsUri}) async {
throw UnimplementedError(
'`sendFeedback` has not been implemented.');
}