stopAutoRefresh method
void
stopAutoRefresh()
Stops periodic refresh while the applet is off-screen.
Implementation
void stopAutoRefresh() {
_refreshTimer?.cancel();
_refreshTimer = null;
}
Stops periodic refresh while the applet is off-screen.
void stopAutoRefresh() {
_refreshTimer?.cancel();
_refreshTimer = null;
}