observableOf
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Creates a SimpleInitializedObservable from a value.
Parameters
value
The fixed value to observe.
Type Parameters
T
the type of value to expect.