base64ToBytes function

Uint8List base64ToBytes(
  1. String data
)

Implementation

Uint8List base64ToBytes(String data) => base64.decode(data);