mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
e54196d7fc
It's safe to remove the unneeded `void`s from setters since the blocking issues in the `always_declare_return_types` lint have been fixed (https://github.com/dart-lang/linter/). We can also safely flip the bit on `avoid_return_types_on_setters`.