of static method

_EnvInheritProvider? of(
  1. BuildContext context
)

Implementation

static _EnvInheritProvider? of(BuildContext context) {
  return _EnvInheritProvider.of(context);
}