getSessionUri static method

Future<Uri> getSessionUri()

Gets the URL to see the logs of this session

Implementation

static Future<Uri> getSessionUri() =>
    _flutterBugfenderInterface.getSessionUri();