getApps method

Future<List<AppInfo>> getApps(
  1. String bundleIdPrefix,
  2. bool includeSystemApps,
  3. bool includeIcon,
  4. List<String> permissions,
  5. bool shouldHasAllPermissions,
)

Implementation

Future<List<AppInfo>> getApps(
  String bundleIdPrefix,
  bool includeSystemApps,
  bool includeIcon,
  List<String> permissions,
  bool shouldHasAllPermissions,
) async {
  throw UnimplementedError('getInstalledApps() has not been implemented.');
}