isIOS property

bool get isIOS

Always false for web

Implementation

static bool get isIOS {
  return false; // Web is not iOS
}