isIOS property

bool isIOS

Checks if the platform is iOS.

Implementation

bool get isIOS => Platform.isIOS;