notifyListeners method Null safety

  1. @override
void notifyListeners()

Notify listeners Comments added only in order to avoid a "warning" For the record, we need to override the method because the parent's is protected

Implementation

@override
void notifyListeners() => super.notifyListeners();