isAppleWeb property
bool
get
isAppleWeb
Returns true for Apple browsers.
Implementation
bool get isAppleWeb =>
kIsWeb && (this == TargetPlatform.macOS || this == TargetPlatform.iOS);
Returns true for Apple browsers.
bool get isAppleWeb =>
kIsWeb && (this == TargetPlatform.macOS || this == TargetPlatform.iOS);