rootScreenId property

AFScreenID get rootScreenId

Implementation

AFScreenID get rootScreenId {
  final first = screenHierarchy.first;
  return first.screenId;
}