mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When the EncodableValue implementation changed, the old version was temporarily kept behind an #ifdef to allow temporarily using the old version, so that the roll would not be blocked. All known existing clients have migrated, so the legacy version is no longer necessary.