pushContext method

void pushContext(
  1. Context ctx
)

Implementation

void pushContext(Context ctx) {
  _contextStack.add(ctx);
}