updateHumanPhone_Pre method
Future<UpdateHumanPhoneResponse>
updateHumanPhone_Pre(
- ServiceCall call,
- Future<
UpdateHumanPhoneRequest> request
Implementation
$async.Future<$0.UpdateHumanPhoneResponse> updateHumanPhone_Pre($grpc.ServiceCall call, $async.Future<$0.UpdateHumanPhoneRequest> request) async {
return updateHumanPhone(call, await request);
}