Encodes bytes as canonical padded RFC 4648 standard Base64.
static String encodeBase64(Uint8List value) => base64.encode(value);