SafeUrl.trusted constructor
SafeUrl.trusted(
- String url
Creates a SafeUrl instance from url that will bypass sanitization.
Warning: Only use this for URLs you fully trust.
Implementation
factory SafeUrl.trusted(String url) = SafeUrl._;