environ static method

Environ environ(
  1. Context? ctx
)

Implementation

static Environ environ(Context? ctx) {
  return env;
}