core/platform_probe_stub library

Properties

isAndroid bool
Always false on web — there is no Android to detect.
no setter
isIOS bool
Always false on web — there is no iOS to detect.
no setter
operatingSystem String
Always 'web', since dart:io's Platform.operatingSystem isn't available there.
no setter
operatingSystemVersion String
Always empty on web — no OS version to report.
no setter