Minki
04/25/2023, 11:21 AMrememberCoroutineScope is a composable function that returns a CoroutineScope bound to the point of the Composition where it's called. The scope will be cancelled when the call leaves the Composition.
The scope will be cancelled when the call leaves the Composition.
-> what does the scope mean here exactly?shikasd
04/30/2023, 4:05 PM