of static method

Implementation

static ValueNotifier<GraphQLClient> of(BuildContext context) =>
    _InheritedGraphQLProvider.of(context).client;