channelRefreshNotifier property
Increments when channel lists should refresh.
Implementation
final ValueNotifier<int> channelRefreshNotifier = ValueNotifier<int>(0);
Increments when channel lists should refresh.
final ValueNotifier<int> channelRefreshNotifier = ValueNotifier<int>(0);