call method

FamilyProvider call(
  1. 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);