readBase64

abstract suspend fun readBase64(progress: (Float) -> Unit = {}): String?

Reads the file contents as a base64 encoded String.

Return

the file contents or null if there was an error

Parameters

progress

listener