install method
void
install()
Web-only; throws UnsupportedError here.
Implementation
void install() => throw UnsupportedError(
'FakeJsEnvironment is web-only (dart test -p chrome). In VM tests use '
'setCapabilityOverridesForTesting and FakeSharedBuffer from '
'package:wasmforge/testing.dart instead.',
);