configUser method
override
设置 用户信息
Implementation
@override
Future configUser(int sex, int age, int smoking, int height, int weight) async {
await methodChannel.invokeMethod("configUser",{
"sex":sex,"age":age,"smoking":smoking,
"height":height,"weight":weight,
});
}