Upgrade sdk

This commit is contained in:
hrxiang
2021-11-03 15:00:49 +08:00
parent 8112585c69
commit e3c21ab31e
9 changed files with 23 additions and 4 deletions

View File

@@ -370,6 +370,11 @@ class IMManager {
.then((value) => _toList(value));
}
///
void setSdkLog({required bool enable}) {
_channel.invokeMethod('setSdkLog', _buildParam({'sdkLog': enable ? 0 : 1}));
}
///
Future<dynamic> forceSyncLoginUerInfo(List<String> uidList) {
return _channel.invokeMethod('forceSyncLoginUerInfo', _buildParam({}));