fetchData

suspend fun fetchData(): Result<ByteArray>

Fetches the item's data.

Return

A Result that returns a ByteArray.

Since

200.1.0