getItems_Pre method

Future<GetItemsResponse> getItems_Pre(
  1. ServiceCall $call,
  2. Future<GetItemsRequest> $request
)

Implementation

$async.Future<$0.GetItemsResponse> getItems_Pre($grpc.ServiceCall $call,
    $async.Future<$0.GetItemsRequest> $request) async {
  return getItems($call, await $request);
}