isIOS top-level property

bool get isIOS

Checks if the platform is iOS.

Implementation

bool get isIOS => GeneralPlatform.isIOS;