rememberLibraries

fun rememberLibraries(libraries: String): State<Libs?>

Creates a State that holds the Libs as loaded by the libraries.

See also

Libs

fun rememberLibraries(block: suspend () -> String): State<Libs?>

Creates a State that holds the Libs as loaded by the block.

See also

Libs