of static method

SeoController of(
  1. BuildContext context
)

Implementation

static SeoController of(BuildContext context) {
  return SeoControllerProvider.of(context);
}