pinedConversation method
Deprecated: Please use pinConversation instead. Pin the conversation to the top
Implementation
@Deprecated("Please use [pinConversation] instead")
Future<V2TimCallback> pinedConversation(bool isPined, String convID) {
return model.pinedConversation(isPined, convID);
}