getFlow

inline fun <T : Any> getFlow(default: T? = null, key: String? = null): StateFlow<T?>