decodeURIComponent function

String decodeURIComponent(
  1. String encodedURIComponent
)

Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).

Implementation

_i2.String decodeURIComponent(_i2.String encodedURIComponent) => _i6.callMethod(
      _self,
      'decodeURIComponent',
      [encodedURIComponent],
    );