menu
nim_chatkit package
documentation
services/login/im_login_service.dart
IMLoginService
syncUserInfo abstract method
syncUserInfo abstract method
dark_mode
light_mode
syncUserInfo
abstract method
Future
<
void
>
syncUserInfo
(
String
account
)
同步用户信息,调用手动登录IM的时候会自动调用 如果使用IM的自动登录功能,成功之后可以调用此方法同步用户信息
Implementation
Future<void> syncUserInfo(String account);
nim_chatkit package
documentation
services/login/im_login_service
IMLoginService
syncUserInfo abstract method
IMLoginService class