refresh method

void refresh()

Use this function to get wave to the initial state after scrolling, whether recording is stopped or running.

Implementation

void refresh() {
  _shouldRefresh = true;
  notifyListeners();
}