updateHumanProfile_Pre method
Future<UpdateHumanProfileResponse>
updateHumanProfile_Pre(
- ServiceCall call,
- Future<
UpdateHumanProfileRequest> request
Implementation
$async.Future<$0.UpdateHumanProfileResponse> updateHumanProfile_Pre($grpc.ServiceCall call, $async.Future<$0.UpdateHumanProfileRequest> request) async {
return updateHumanProfile(call, await request);
}