notifyListeners method

  1. @Deprecated('Use setState() instead. A recognized Flutter function.')
bool notifyListeners()

Call the setState() function from this particular StatefulWidget.

Implementation

@Deprecated('Use setState() instead. A recognized Flutter function.')
bool notifyListeners() => refresh();