decodedWithCharset method

Uint8List decodedWithCharset(
  1. String charset
)

Implementation

Uint8List decodedWithCharset(String charset) =>
    CharCodec.decodeFromBase64(encoded: this, charset: charset).decodedBase64;