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
@@ -70,7 +70,7 @@ class MyApp extends StatelessWidget {
}
class ChannelListPage extends StatefulWidget {
ChannelListPage({
const ChannelListPage({
Key? key,
required this.client,
}) : super(key: key);