isIOS property

bool get isIOS

Checks if the platform is iOS.

Implementation

bool get isIOS => Platform.isIOS;