update example using new client

This commit is contained in:
Salvatore Giordano
2020-02-26 14:02:50 +01:00
parent aee5067f9c
commit 71c76dbade
16 changed files with 179 additions and 143 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ class _MessageWidgetState extends State<MessageWidget>
void sendReaction(String reactionType) {
StreamChannel.of(context)
.channelClient
.channel
.sendReaction(widget.message.id, reactionType);
Navigator.of(context).pop();
}