you can enable support for null objects in the MutableStateFlow type and initialize it to null variable:
val status: MutableStateFlow<Status?> = MutableStateFlow(null)