@override Future<Uri> getDeviceUri() { return _channel .invokeMethod('getDeviceUri') .then((value) => Uri.parse(value)); }