uninstall method
void
uninstall()
Web-only; throws UnsupportedError here.
Implementation
void uninstall() => throw UnsupportedError(
'FakeJsEnvironment is web-only (dart test -p chrome).',
);
Web-only; throws UnsupportedError here.
void uninstall() => throw UnsupportedError(
'FakeJsEnvironment is web-only (dart test -p chrome).',
);