call method

BlocStreamProvider<Value> call(
  1. Arg argument
)
inherited

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);