chore(core): fix format

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-04-03 18:19:17 +05:30
committed by xsahil03x
parent ffb00d0309
commit caec2647d3
@@ -244,8 +244,9 @@ class StreamChannelListController extends PagedValueNotifier<int, Channel> {
_unsubscribeFromChannelListEvents(); _unsubscribeFromChannelListEvents();
} }
_channelEventSubscription = _channelEventSubscription = client
client.on().skip(1) // Skipping the last emitted event. .on()
.skip(1) // Skipping the last emitted event.
// We only need to handle the latest events. // We only need to handle the latest events.
.listen((event) { .listen((event) {
// Only handle the event if the value is in success state. // Only handle the event if the value is in success state.