kIsIOS top-level property

bool get kIsIOS

是否是iOS

Implementation

bool get kIsIOS {
  return !kIsWeb && Platform.isIOS;
}