Dart SDK
dart:html
Platform
class
Platform
Static Properties
Constructors
Static properties
supportsTypedData
supportsSimd
Constructors
Platform
(Not documented.)
Static Properties
dynamic
supportsTypedData
read-only
Returns true if dart:typed_data types are supported on this browser. If false, using these types will generate a runtime error.
dynamic
supportsSimd
read-only
Returns true if SIMD types in dart:typed_data types are supported on this browser. If false, using these types will generate a runtime error.
Constructors
Platform
()