menu
sy_im_sdk package
documentation
manager/contact_manager_interface.dart
ContactManagerInterface
getContactInfoFromCache abstract method
getContactInfoFromCache abstract method
dark_mode
light_mode
getContactInfoFromCache
abstract method
Future
<
SyContact
?
>
getContactInfoFromCache
(
String
userId
)
同步查询用户信息 @param userId @return
Implementation
Future<SyContact?> getContactInfoFromCache(String userId);
sy_im_sdk package
documentation
manager/contact_manager_interface
ContactManagerInterface
getContactInfoFromCache abstract method
ContactManagerInterface class