Decodes a base64 string to Uint8List
static Uint8List base64DecBytes(String input) { return base64Decode(input); }