supportsSimd property
final
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.
Implementation
static final supportsSimd = false;
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.
static final supportsSimd = false;