isIOS13OrAbove property

bool isIOS13OrAbove

Returns true if the app is running natively on at least ios 13

Implementation

bool get isIOS13OrAbove => iosVersion >= 13;