isIOS top-level property
bool
get
isIOS
Returns true if running on an iOS device.
Always false in this placeholder.
Implementation
bool get isIOS => false;
Returns true if running on an iOS device.
Always false in this placeholder.
bool get isIOS => false;