bypassSecurityTrustResourceUrl method
Bypass security and trust the given value to be a safe resource URL, i.e. a location that may be used to load executable code from, like
Implementation
SafeResourceUrl bypassSecurityTrustResourceUrl(String? value) =>
SafeResourceUrl(value ?? '');