pinConversation method
pin the conversation to the top
Implementation
Future<V2TimCallback> pinConversation(bool isPined, String convID) {
return model.pinedConversation(isPined, convID);
}
pin the conversation to the top
Future<V2TimCallback> pinConversation(bool isPined, String convID) {
return model.pinedConversation(isPined, convID);
}