getDeviceUri static method

Future<Uri> getDeviceUri()

Gets the URL to see the logs of this device

Implementation

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