IMObserver constructor

IMObserver()

Implementation

IMObserver() {
  super.onMyFollowingListChanged = (userInfoList, isAdd) {
    context.userManager.target?.onMyFollowingListChanged(userInfoList, isAdd);
  };
}