remove all notifications dependencies

This commit is contained in:
Salvatore Giordano
2020-04-16 15:39:57 +02:00
parent f1908f2889
commit 167e1adca2
6 changed files with 100 additions and 40 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class ChannelsBloc extends StatefulWidget {
streamChatState = context.findAncestorStateOfType<ChannelsBlocState>();
if (streamChatState == null) {
throw Exception('You must have a ChannelsProvider widget as anchestor');
throw Exception('You must have a ChannelsBloc widget as anchestor');
}
return streamChatState;