sendIssueMarkdown static method

  1. @Deprecated("Use sendIssue instead")
Future<Uri> sendIssueMarkdown(
  1. String title,
  2. String markdown
)

Send an issue to Bugfender

Implementation

@Deprecated("Use sendIssue instead")
static Future<Uri> sendIssueMarkdown(String title, String markdown) =>
    _flutterBugfenderInterface.sendIssueMarkdown(title, markdown);