chore(core): add mixin support to StreamChannelListEventHandler.

This commit is contained in:
Sahil Kumar
2023-10-02 15:14:29 +05:30
committed by GitHub
parent a730fe60c4
commit df740186f5
@@ -5,7 +5,7 @@ import 'package:stream_chat_flutter_core/src/stream_channel_list_controller.dart
/// certain [Event]s. /// certain [Event]s.
/// ///
/// This class can be mixed in or extended to create custom overrides. /// This class can be mixed in or extended to create custom overrides.
class StreamChannelListEventHandler { mixin class StreamChannelListEventHandler {
/// Function which gets called for the event /// Function which gets called for the event
/// [EventType.channelDeleted]. /// [EventType.channelDeleted].
/// ///