dart / 1 / dart-core / uri / resolve.html

resolve abstract method

Uri resolve(String reference)

Resolve reference as an URI relative to this.

First turn reference into a URI using Uri.parse. Then resolve the resulting URI relative to this.

Returns the resolved URI.

See resolveUri for details.

Source

Uri resolve(String reference);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-core/Uri/resolve.html