isStandalone static method

bool isStandalone()

True when the site is running as an installed PWA (launched from the home screen).

Implementation

static bool isStandalone() => _iosLegacyStandalone() || _displayModeStandalone();