showScreenBegin method
Implementation
AFRouteState showScreenBegin(AFScreenID screenId, AFUIType kind) {
final revised = Map<AFUIType, AFRouteStateShowScreen>.from(showingScreens);
revised[kind] = AFRouteStateShowScreen(screenId: screenId, kind: kind);
return copyWith(showScreen: revised);
}