performReassemble method
This method is called by WidgetBinding.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();
}