chore: update error description

This commit is contained in:
Gordon Hayes
2021-08-10 13:59:41 +02:00
parent 4dff4d4cbe
commit 5e2c6975e2
@@ -140,7 +140,7 @@ class Channel {
if (_initializedCompleter.isCompleted) { if (_initializedCompleter.isCompleted) {
throw StateError( throw StateError(
'Once the channel is initialized you should use channel.updateName ' 'Once the channel is initialized you should use channel.updateName '
'to update the channel image', 'to update the channel name',
); );
} }
_extraData.addAll({'name': name}); _extraData.addAll({'name': name});