isIOS property

  1. @override
bool get isIOS
override

Whether the operating system is iOS.

Implementation

@override
bool get isIOS => operatingSystem == NativePlatform.iOS;