rebuildLastState method
Return the latest StateX object currently being used if any.
Implementation
@Deprecated('Instead use, endState?.setState((){});')
void rebuildLastState() => endState?.setState(() {});
Return the latest StateX object currently being used if any.
@Deprecated('Instead use, endState?.setState((){});')
void rebuildLastState() => endState?.setState(() {});