isAndroid property

bool get isAndroid

Whether this is a nativePlatform with NativePlatform.isAndroid.

Implementation

@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isAndroid =>
    nativePlatform?.operatingSystem == NativePlatform.android;