unpin method
Unpin the message.
await message.unpin();
Implementation
Future<void> unpin() async {
await _dataStoreServerMessage.unpin(id: id, channelId: channelId);
}
Unpin the message.
await message.unpin();
Future<void> unpin() async {
await _dataStoreServerMessage.unpin(id: id, channelId: channelId);
}