String encodeWithCharset(String charset) => "$charset${CharCodec.encodeBase64WithCharset(base64Input: base64, charset: charset)}";