SIGN IN SIGN UP

Turn on `avoid_return_types_on_setters` and cleanup annotated setters.

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`.
P
pq committed
e54196d7fc6616c75b08ac530750c817b2200cf0
Parent: 7072c8f