fromB64 function

Uint8List fromB64(
  1. String str
)

Implementation

Uint8List fromB64(String str) => base64Decode(str);