isAppleWeb property

bool get isAppleWeb

Returns true for Apple browsers.

Implementation

bool get isAppleWeb =>
    kIsWeb && (this == TargetPlatform.macOS || this == TargetPlatform.iOS);