push abstract method

void push(
  1. Object? value
)

Push a value into the stack.

Implementation

void push(Object? value);