isAndroid property

bool isAndroid

Returns true if the app is running natively on android

Implementation

bool get isAndroid => androidSdk > 0;