Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
val networkStatus: StateFlow<NetworkStatus> = networkConnectivityService.networkStatus.stateIn(
initialValue = NetworkStatus.Unknown,
scope = viewModelScope,
started = WhileSubscribed(5000)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment