isIOS property

bool get isIOS

Whether this is a nativePlatform with NativePlatform.isIOS.

Implementation

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