isIos static method

bool isIos()

Check if current platform is iOS

Implementation

static bool isIos() => !kIsWeb && Platform.isIOS;