updateHumanPhone_Pre method

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

Implementation

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