static Uint8List getImage(String base64String) { return Base64Decoder().convert(base64String.split(',').last); }