isAndroid property
Whether this is a nativePlatform with NativePlatform.isAndroid.
Implementation
@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isAndroid =>
nativePlatform?.operatingSystem == NativePlatform.android;
Whether this is a nativePlatform with NativePlatform.isAndroid.
@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isAndroid =>
nativePlatform?.operatingSystem == NativePlatform.android;