setContext method

dynamic setContext(
  1. BuildContext context
)

Internal Method Should not be used.

Implementation

setContext(BuildContext context) {
  _provider = Provider.of<LiquidProvider>(context, listen: false);
}