notifyScreenshotWasTaken method
Notifies the current user took a screenshot in this channel. The server is going to send an admin message to notify this in the group channel.
Implementation
Future<void> notifyScreenshotWasTaken() async {
sbLog.i(StackTrace.current);
await chat.apiClient
.send(GroupChannelScreenshotRequest(chat, channelUrl: channelUrl));
}