canPromptIosInstall property
bool
get
canPromptIosInstall
True when showing the install walkthrough would make sense: an iOS browser, not yet installed.
Implementation
static bool get canPromptIosInstall => isIosBrowser && !isStandalone;