isIOS property

  1. @override
bool get isIOS
override

Whether running on iOS.

Implementation

@override
bool get isIOS => io.Platform.isIOS;