kIsWeb top-level constant
bool
const kIsWeb
Pure Dart way to detect web platform
Implementation
const bool kIsWeb = bool.fromEnvironment('dart.library.js_util');
Pure Dart way to detect web platform
const bool kIsWeb = bool.fromEnvironment('dart.library.js_util');