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