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