getCurrentScreenCode static method

String? getCurrentScreenCode()

Implementation

static String? getCurrentScreenCode() => _screenStack.length > 0 ? _screenStack.last : null;