isIOS top-level property

bool get isIOS

Whether the OS is iOS (never on the web).

Implementation

bool get isIOS => false;