call method
FamilyProvider
call(
- Arg argument
Create a provider from an external value.
That external value should be immutable and preferably override ==
/hashCode
.
See the documentation of Provider.family for more informations.
Implementation
FamilyProvider call(Arg argument) => create(argument);