menu
installed_apps_plugin package
documentation
data/installed_app.dart
InstalledApp
InstalledApp.new constructor
InstalledApp.new constructor
dark_mode
light_mode
InstalledApp
constructor
InstalledApp
(
{
required
String
name
,
String
?
iconPath
,
required
String
id
,
})
Implementation
InstalledApp({required this.name, this.iconPath, required this.id });
installed_apps_plugin package
documentation
data/installed_app
InstalledApp
InstalledApp.new constructor
InstalledApp class