@override Future<Uri> sendCrash(String title, String stacktrace) async { return promiseToFuture(bugfender_web.sendCrash(title, stacktrace)) .then((value) => Uri.parse(value)); }