Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created April 15, 2025 09:34
Show Gist options
  • Save ifucolo/6d2163c365587976d7552943122cf6de to your computer and use it in GitHub Desktop.
Save ifucolo/6d2163c365587976d7552943122cf6de to your computer and use it in GitHub Desktop.
private val _searchQuery = MutableStateFlow("")
val searchQuery: StateFlow<String> = _searchQuery.asStateFlow()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment