push method

void push(
  1. T value
)

Implementation

void push(T value) => change(() => _stack.stack(value));