installedApps method
Implementation
Future<List<InstalledApp>> installedApps({
bool ignoreSystemApps = true,
}) {
throw UnimplementedError('installedApps() has not been implemented.');
}
Future<List<InstalledApp>> installedApps({
bool ignoreSystemApps = true,
}) {
throw UnimplementedError('installedApps() has not been implemented.');
}