isIOS property

bool isIOS

Returns true if the app is running natively on ios

Implementation

bool get isIOS => iosVersion > 0;