sendCrash static method

Future<Uri> sendCrash(
  1. String title,
  2. String stacktrace
)

Send a crash to Bugfender

Implementation

static Future<Uri> sendCrash(String title, String stacktrace) =>
    _flutterBugfenderInterface.sendCrash(title, stacktrace);