of static method

Factory of(
  1. BuildContext context
)

Implementation

static Factory of(BuildContext context) => Provider.of(context);