remove all notifications dependencies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user