Upgrade sdk
This commit is contained in:
@@ -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({}));
|
||||
|
||||
Reference in New Issue
Block a user