push static method

void push(
  1. ComputedTracker tracker
)

Implementation

static void push(ComputedTracker tracker) => _stack.add(tracker);