79411610

Date: 2025-02-04 12:04:20
Score: 3
Natty:
Report link

you can enable support for null objects in the MutableStateFlow type and initialize it to null variable:

val status: MutableStateFlow<Status?> = MutableStateFlow(null)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Андрей Карагодин