infospectLaunchScreen method
Widget
infospectLaunchScreen({
- required NetworksListNotifier networksListNotifier,
- required LogsListNotifier logsListNotifier,
get the launch screen widget
Implementation
Widget infospectLaunchScreen({
required NetworksListNotifier networksListNotifier,
required LogsListNotifier logsListNotifier,
}) {
return InfospectLaunchScreen(
this,
networksListNotifier: networksListNotifier,
logsListNotifier: logsListNotifier,
);
}