mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We converted all code to use method generics in #7235, but we shouldn't have touched the `http` folder since this code is pulled from upstream.
dart-lang/http without Mirrors
The contents of this will become redundant once
https://github.com/dart-lang/http/issues/1 is fixed (removes the use
of mirrors). Once that issue is addressed, we should get rid this directory
and use dart-lang/http directly.