Decode a base64String into the original bytes.
base64String
List<int> base64Decode(String base64String) => base64.decode(base64String.trim());