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