refactor: add ChannelEvents class and remove event callbacks

This commit is contained in:
Gordon Hayes
2021-12-06 14:04:14 +05:30
committed by xsahil03x
parent 430a92375a
commit 042315353c
4 changed files with 188 additions and 133 deletions
@@ -47,6 +47,7 @@ export 'src/user_item.dart';
export 'src/user_list_view.dart';
export 'src/user_mention_tile.dart';
export 'src/utils.dart';
export 'src/visible_footnote.dart';
export 'src/v4/channel_list_view/stream_channel_list_view.dart';
export 'src/v4/channel_list_view/channel_events.dart';
export 'src/v4/channel_list_view/stream_channel_list_controller.dart';
export 'src/v4/channel_list_view/stream_channel_list_view.dart';
export 'src/visible_footnote.dart';