mutableProvider
Creates a new MutableProvider with the given initialValue.
Creates a new MutableProvider that loads its value using the given lazyValue function. lazyValue should be a pure function.
Creates a new MutableProvider that loads its value using the given lazyValue function and sets it using the given setValue function. lazyValue should be a pure function.