deb64 function

Uint8List deb64(
  1. String s
)

Implementation

Uint8List deb64(String s) => Uint8List.fromList(base64Decode(s));