@override Future<Uri> getSessionUri() async { return promiseToFuture(bugfender_web.getSessionURL()) .then((value) => Uri.parse(value)); }