isIOS property
bool
get
isIOS
Always false for web
Implementation
static bool get isIOS {
return false; // Web is not iOS
}
Always false for web
static bool get isIOS {
return false; // Web is not iOS
}