rebuild method

  1. @Deprecated('Keep it Flutter. Use setState() function.')
bool rebuild()

Notify the framework of a rebuild in the next scheduled frame

Implementation

@Deprecated('Keep it Flutter. Use setState() function.')
bool rebuild() => refresh();