decodeURI function

String decodeURI(
  1. String encodedURI
)

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

Implementation

_i2.String decodeURI(_i2.String encodedURI) => _i6.callMethod(
      _self,
      'decodeURI',
      [encodedURI],
    );