now

Requests the referenced data, returning the first value returned by the cache.

This function returns a single value and not a subscription, it is not recommended to use it when being notified of new values is important (e.g. in a UI), in which case you should use Ref.request. This function is intended for non-reactive environments (e.g. server requests, tests…).