refreshTab method

void refreshTab()

Use this to refresh a media type's tab page on the main menu.

Implementation

void refreshTab() {
  tabRefreshNotifier.notifyListeners();
}