channelRefreshNotifier property

ValueNotifier<int> channelRefreshNotifier
final

Increments when channel lists should refresh.

Implementation

final ValueNotifier<int> channelRefreshNotifier = ValueNotifier<int>(0);