A Provider is a core concept in the library. It is essentially a function that facilitates binding to a specific value.
Returns the value bound to this provider. Throws an exception if the value is not found. To avoid an exception, pass a default value.
Returns the value bound to this provider, or the default value if the bound value is not found.
Readonly
Optional
A Provider is a core concept in the library. It is essentially a function that facilitates binding to a specific value.