pinConversation method

Future<V2TimCallback> pinConversation(
  1. bool isPined,
  2. String convID
)

pin the conversation to the top

Implementation

Future<V2TimCallback> pinConversation(bool isPined, String convID) {
  return model.pinedConversation(isPined, convID);
}