InfospectLaunchScreen constructor

const InfospectLaunchScreen(
  1. Infospect infospect, {
  2. required NetworksListNotifier networksListNotifier,
  3. required LogsListNotifier logsListNotifier,
  4. Key? key,
})

Implementation

const InfospectLaunchScreen(
  this.infospect, {
  required this.networksListNotifier,
  required this.logsListNotifier,
  super.key,
});