rebuildLastState method

  1. @Deprecated('Instead use, endState?.setState((){});')
void rebuildLastState()

Return the latest StateX object currently being used if any.

Implementation

@Deprecated('Instead use, endState?.setState((){});')
void rebuildLastState() => endState?.setState(() {});