getContactInfoFromCache abstract method

Future<SyContact?> getContactInfoFromCache(
  1. String userId
)

同步查询用户信息 @param userId @return

Implementation

Future<SyContact?> getContactInfoFromCache(String userId);