of static method

Fluq of(
  1. BuildContext context
)

use to access the Fluq instance passing the context

Implementation

static Fluq of(BuildContext context) =>
    Provider.of<Fluq>(context, listen: false);