updateStickTopSession method Null safety
- String sessionId,
- NIMSessionType sessionType,
- String ext
Update the extension field of the pinned conversation.
Implementation
Future<NIMResult<void>> updateStickTopSession(
String sessionId, NIMSessionType sessionType, String ext) {
return _platform.updateStickTopSession(sessionId, sessionType, ext);
}