getHumanProfile_Pre method

Future<GetHumanProfileResponse> getHumanProfile_Pre(
  1. ServiceCall call,
  2. Future<GetHumanProfileRequest> request
)

Implementation

$async.Future<$0.GetHumanProfileResponse> getHumanProfile_Pre($grpc.ServiceCall call, $async.Future<$0.GetHumanProfileRequest> request) async {
  return getHumanProfile(call, await request);
}