3 lines
128 B
Dart
3 lines
128 B
Dart
/// Stub for non-web platforms. Always returns false — no install prompt needed.
|
|
bool detectIosSafariNotInstalled() => false;
|