pushContext method

void pushContext(
  1. Context context
)

Implementation

void pushContext(Context context) {
  stack.add(context);
  context = context;
}