saveBitmap

abstract suspend fun saveBitmap(bitmap: Bitmap, fileName: String): Result<Uri>

Used to save an instance of bitmap with the specified fileName. It returns an instance of Result containing the associated Uri.