isIOS top-level property

bool get isIOS

Whether the OS is iOS.

Implementation

bool get isIOS => !kIsWeb && Platform.isIOS;