Fill in the blank to create a mutable Flow with the initial value of empty String.
private val _titleText = ____________________
val titleText: StateFlow<String> get() = _titleTextFill in the blank to create a mutable Flow with the initial value of empty String.
private val _titleText = ____________________
val titleText: StateFlow<String> get() = _titleTextCreate a free account to access the full topic