pop static method

void pop()

Implementation

static void pop() {
  instance._stack.removeLast().hide();
}