restoreCurrentWatcher function
Restores the current WatcherRaw.
Implementation
restoreCurrentWatcher(WatcherRaw? oldWatcher) {
_currentWatcher = oldWatcher;
}
Restores the current WatcherRaw.
restoreCurrentWatcher(WatcherRaw? oldWatcher) {
_currentWatcher = oldWatcher;
}