Platform class

Constructors

Platform ( )

Static Properties

supportsTypedData dynamic
read-only
Returns true if dart:typed_data types are supported on this browser. If false, using these types will generate a runtime error.
supportsSimd dynamic
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.