refresh method Null safety

void refresh()

Forces refreshing the video feed.

Implementation

void refresh() {
  handler.refresh();
}