addScreen static method

void addScreen(
  1. String code
)

Implementation

static void addScreen(String code) => _screenStack.add(code);