sendIssue static method

Future<Uri> sendIssue(
  1. String title,
  2. String text
)

Send an issue to Bugfender

Implementation

static Future<Uri> sendIssue(String title, String text) =>
    _flutterBugfenderInterface.sendIssue(title, text);