InstalledAppsPage constructor
const
InstalledAppsPage({
- Key? key,
- required PortServiceInfo portService,
- required String cookie,
Implementation
const InstalledAppsPage(
{super.key, required this.portService, required this.cookie});