popScreen static method

void popScreen(
  1. String code
)

Implementation

static void popScreen(String code) => _screenStack.remove(code);