canDetectInstalledApps static method

bool canDetectInstalledApps()

Implementation

static bool canDetectInstalledApps() {
  return getPlatformType() == PlatformType.mobile;
}