isAtLeastAndroid10 property

bool isAtLeastAndroid10

Returns true if the app is running natively on android 10 and higher

Implementation

bool get isAtLeastAndroid10 => androidSdk >= 29;