sendFeedback method

Future<void> sendFeedback(
  1. int type,
  2. String feedbackMessage,
  3. bool includeLogs,
  4. bool includeDiagnostics, {
  5. String? guestMailId,
  6. bool forceToAnonymous = false,
  7. List<Uri>? attachmentsUri,
})

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.');
}