of static method
use to access the Fluq instance passing the context
Implementation
static Fluq of(BuildContext context) =>
Provider.of<Fluq>(context, listen: false);
use to access the Fluq instance passing the context
static Fluq of(BuildContext context) =>
Provider.of<Fluq>(context, listen: false);