Function

mutableStateListOf

Create a instance of MutableList that is observable and can be snapshot.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

mutableStateListOf

Common
@StateFactoryMarker
public fun <T> mutableStateListOf(): SnapshotStateList<T>

Create a instance of MutableList that is observable and can be snapshot.


mutableStateListOf

Common
@StateFactoryMarker
public fun <T> mutableStateListOf(vararg elements: T): SnapshotStateList<T>

Create an instance of MutableList that is observable and can be snapshot.