extensions/platform_flags_stub library

OS flags for the web (compiles where dart:io is unavailable).

Properties

isAndroid bool
Whether the OS is Android (never on the web).
no setter
isFuchsia bool
Whether the OS is Fuchsia (never on the web).
no setter
isIOS bool
Whether the OS is iOS (never on the web).
no setter
isLinux bool
Whether the OS is Linux (never on the web).
no setter
isMacOS bool
Whether the OS is macOS (never on the web).
no setter
isWeb bool
Whether the app is running in a browser (always true here).
no setter
isWindows bool
Whether the OS is Windows (never on the web).
no setter