edit method
Edit a previously sent message (if supported).
Implementation
@override
Future<void> edit(String messageId, ChannelResponse response) {
throw UnsupportedError('Editing not supported by stub channel');
}
Edit a previously sent message (if supported).
@override
Future<void> edit(String messageId, ChannelResponse response) {
throw UnsupportedError('Editing not supported by stub channel');
}