getSystemApps method

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

Implementation

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