createProfileUser method
Implementation
_i2.Future<_i6.ProfileUser?> createProfileUser(int userInfoId) =>
caller.callServerEndpoint<_i6.ProfileUser?>(
'profileUser',
'createProfileUser',
{'userInfoId': userInfoId},
);
_i2.Future<_i6.ProfileUser?> createProfileUser(int userInfoId) =>
caller.callServerEndpoint<_i6.ProfileUser?>(
'profileUser',
'createProfileUser',
{'userInfoId': userInfoId},
);