Encodes a Uint8List to base64 string
static String base64EncBytes(Uint8List input) { return base64Encode(input); }