getInstalledApps abstract method

Future<List<Map<String, dynamic>>> getInstalledApps({
  1. String appType = 'all',
  2. bool includeIcons = false,
})

Get all installed apps.

Implementation

Future<List<Map<String, dynamic>>> getInstalledApps({
  String appType = 'all',
  bool includeIcons = false,
});