LaunchMobileScreen constructor
const
LaunchMobileScreen(
- Infospect infospect, {
- required NetworksListNotifier networksListNotifier,
- required LogsListNotifier logsListNotifier,
- Key? key,
Implementation
const LaunchMobileScreen(
this.infospect, {
required this.networksListNotifier,
required this.logsListNotifier,
super.key,
});