var bytes = await new File('assets/placeholder.png').readAsBytes(); String base64 = CryptoUtils.bytesToBase64(bytes);. The bytes variable errors every time. How ...
確定! 回上一頁