isiOS property

  1. @override
bool get isiOS

Returns true if the platform is iOS.

Implementation

@override
bool get isiOS => isiPad || isIphone;