of static method

RestQueryClient? of(
  1. BuildContext context
)

Implementation

static RestQueryClient? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<RestQueryClient>();