init static method

void init(
  1. BuildContext ctx
)

Implementation

static void init(BuildContext ctx) {
  _context = ctx;
}