remember can be used to store both mutable and immutable objects . Note: remember stores objects in the Composition, and forgets the object when the composable that called remember is removed from the Composition.
remember can be used to store both mutable and immutable objects . Note: remember stores objects in the Composition, and forgets the object when the composable that called remember is removed from the Composition.