initScreens static method

List<AppModuleInitScreen> initScreens()

Implementation

static List<AppModuleInitScreen> initScreens() {
  return _modules.expand((element) => element.initScreen).toList();
}