This commit is contained in:
std-s
2023-08-11 15:36:06 +08:00
parent 3c5e640abf
commit 57c4f06c86
5 changed files with 17 additions and 3 deletions

View File

@@ -490,6 +490,11 @@ class IMManager {
));
}
/// 反初始化SDK
Future<dynamic> unInitSDK() {
return _channel.invokeMethod('unInitSDK', _buildParam({}));
}
/// 登录
/// [userID] 用户id
/// [token] 登录token从业务服务器上获取