isIOS property

bool get isIOS

If the current operating system is iOS (non web browser).

Implementation

static bool get isIOS => !isWeb && defaultTargetPlatform == TargetPlatform.iOS;