configUser abstract method

Future configUser(
  1. int sex,
  2. int age,
  3. int smoking,
  4. int height,
  5. int weight,
)

设置 用户信息

Implementation

Future configUser(int sex,int age,int smoking,int height,int weight);