getHumanPhone_Pre method

Future<GetHumanPhoneResponse> getHumanPhone_Pre(
  1. ServiceCall $call,
  2. Future<GetHumanPhoneRequest> $request
)

Implementation

$async.Future<$0.GetHumanPhoneResponse> getHumanPhone_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetHumanPhoneRequest> $request) async {
  return getHumanPhone($call, await $request);
}