of static method

Logger of(
  1. BuildContext context
)

Implementation

static Logger of(BuildContext context) {
  return context.logger;
}