Return a Uint8List from an image's base 64 string
Uint8List dataFromBase64String(String base64String) { return base64Decode(base64String); }