getApps method

Future<List<AppInfo>> getApps({
  1. bool includeSystemApps = false,
})

Implementation

Future<List<AppInfo>> getApps({bool includeSystemApps = false}) {
  throw UnimplementedError('getApps() has not been implemented.');
}