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