getSlpGraphSearch_Pre method

Future<GetSlpGraphSearchResponse> getSlpGraphSearch_Pre(
  1. ServiceCall call,
  2. Future<GetSlpGraphSearchRequest> request
)

Implementation

$async.Future<$0.GetSlpGraphSearchResponse> getSlpGraphSearch_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.GetSlpGraphSearchRequest> request) async {
  return getSlpGraphSearch(call, await request);
}