isIOSWeb property

bool get isIOSWeb

Implementation

static bool get isIOSWeb {
  return kIsWeb && defaultTargetPlatform == TargetPlatform.iOS;
}