updateUserInfo method

Future<void> updateUserInfo(
  1. dynamic arguments
)

在引力引擎初始化后,更新用户信息

用户信息json

Implementation

Future<void> updateUserInfo(dynamic arguments){
  throw UnimplementedError('updateUserInfo() has not been implemented.');
}