pin method

Future<void> pin()

Implementation

Future<void> pin() async {
  await _dataStoreServerMessage.pin(id: id, channelId: channelId);
}