Create a Flow

Report a typo

Fill in the blank to create a mutable Flow with the initial value of empty String.

private val _titleText = ____________________
val titleText: StateFlow<String> get() = _titleText
Enter a short text
___

Create a free account to access the full topic