mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
A recent Dart roll improved the detection of missing return statements. Since we enforce that all enum values must be covered in switch statements, this isn't an issue, but we add a return to fix the lint.