push abstract method

void push(
  1. dynamic value
)

Push a value into the stack.

Implementation

void push(value);