We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a47b1 commit 80e7964Copy full SHA for 80e7964
packages/stream_chat/lib/src/core/api/message_api.dart
@@ -179,7 +179,7 @@ class MessageApi {
179
}) async {
180
if (hard == true && deleteForMe == true) {
181
throw ArgumentError(
182
- 'Both hard and deleteForMe cannot be set at the same time.'
+ 'Both hard and deleteForMe cannot be set at the same time.',
183
);
184
}
185
0 commit comments