encodeURIComponent function
Encodes a text string as a valid component of a Uniform Resource Identifier (URI).
Implementation
_i2.String encodeURIComponent(_i2.Object uriComponent) => _i6.callMethod(
_self,
'encodeURIComponent',
[uriComponent],
);