updateShouldNotify method

  1. @override
bool updateShouldNotify()
override

Implementation

@override
bool updateShouldNotify() {
  if (_firstNotify) {
    _firstNotify = false;
    return false;
  }
  return true;
}