refreshTab method
Use this to refresh a media type's tab page on the main menu.
Implementation
void refreshTab() {
tabRefreshNotifier.notifyListeners();
}
Use this to refresh a media type's tab page on the main menu.
void refreshTab() {
tabRefreshNotifier.notifyListeners();
}