fetchSelfInfo method

void fetchSelfInfo()

Implementation

void fetchSelfInfo() {
  final selfInfo = service.getSelfInfo();
  state.selfInfo = User.fromTUILoginUserInfo(selfInfo);
}