appInitialScreenId property

String get appInitialScreenId

Implementation

String get appInitialScreenId {
  final startupId = _startupScreenId;
  if(startupId == null) throw AFException("Missing startup screen id");
  return startupId.code;
}