isAtLeastPie property

bool isAtLeastPie

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

Implementation

bool get isAtLeastPie => androidSdk >= 28;