rememberRemoteImageBitmap
Source set: Android
@Composable
public fun rememberRemoteImageBitmap(url: String): RemoteImageBitmap
Remembers a remote bitmap from a URL.
Parameters
| url | The URL of the image. |
Returns
| A RemoteImageBitmap representing the image from the URL. |