performReassemble method
This method is called by WidgetsBinding.performReassemble to flush caches of obsolete values after a hot reload.
Do not call this method directly. Instead, use BindingBase.reassembleApplication.
Implementation
void performReassemble() {
_clearStats();
_resetErrorCount();
}