getWaitShip method

UserShip? getWaitShip(
  1. dynamic uid
)

读取好友申请

Implementation

UserShip? getWaitShip(ObjectId uid) => _waitshipMap[uid];