decode method

String decode([
  1. dynamic input,
  2. TextDecodeOptions? options
])

Implementation

String decode([dynamic input, TextDecodeOptions? options]) =>
    js_util.callMethod(this, 'decode', [input, options]);