String toUrl(String protocol, String domain, String path) { return '$protocol://$domain/$path?_oob=${base64UrlEncode(utf8.encode(toString()))}'; }