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