//readium-shared/org.readium.r2.shared.fetcher/Resource/readAsString
readAsString¶
[androidJvm]\ open suspend fun readAsString(charset: Charset? = null): ResourceTry<String>
Reads the full content as a String.
If charset is null, then it is parsed from the charset
parameter of link().type, or falls back on UTF-8.