of static method

HttpService of(
  1. BuildContext context
)

Implementation

static HttpService of(BuildContext context) {
  return context.httpService;
}