Encodes bytes using base64 encoding.
bytes
Shorthand for base64.encode.
base64.encode
String base64Encode(List<int> bytes) => base64.encode(bytes);