uninstall method

void uninstall()

Web-only; throws UnsupportedError here.

Implementation

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