platformIsIOS property

bool get platformIsIOS

Implementation

static bool get platformIsIOS => !kIsWeb && Platform.isIOS;