InstalledAppsPage constructor

const InstalledAppsPage({
  1. Key? key,
  2. required PortConfig portConfig,
  3. required Map<String, dynamic> data,
})

Implementation

const InstalledAppsPage(
    {super.key, required this.portConfig, required this.data});