Allow ChangeNotifier to be mixed in again (#23631)
Luckily this class didn't actually need to extend its superclass, it only implements the interface. So we can change `extends` to `implements` and that's close enough, while allowing the class to be mixed in again.
I
Ian Hickson committed
c319b890b33f2c15af043f2ab857e7c2944beefa
Parent: 4a094de
Committed by GitHub <noreply@github.com>
on 10/30/2018, 2:44:36 AM