getHumanProfile_Pre method

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

Implementation

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