installedApps method

Future<List<InstalledApp>> installedApps({
  1. bool ignoreSystemApps = true,
})

Implementation

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