isIOS property

bool get isIOS

Check if the current platform is iOS

Implementation

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