FilePathLoader

A ImageBitmapLoader that loads ImageBitmaps from a String.

Warning: The String must be a valid absolute file path that you have permission to read.

You must import the Okio library to use this loader.

Functions

Link copied to clipboard
open suspend override fun load(input: String): ImageBitmap