notifyChannelNeedsRefresh method
void
notifyChannelNeedsRefresh()
Requests channel lists to refresh.
Implementation
void notifyChannelNeedsRefresh() {
channelRefreshNotifier.value = channelRefreshNotifier.value + 1;
notifyListeners();
}