updateHumanPhone_Pre method

Future<UpdateHumanPhoneResponse> updateHumanPhone_Pre(
  1. ServiceCall call,
  2. Future<UpdateHumanPhoneRequest> request
)

Implementation

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