add method

void add(
  1. Function fnc
)

Implementation

void add(Function fnc) {
  _stack.add(fnc);
}