readFile

abstract fun readFile(uri: Uri): PromiseLike<Uint8Array<*>>(source)

Read the entire contents of a file.

Parameters

uri

The uri of the file.