listIndexes_Pre method

Future<ListIndexesResponse_> listIndexes_Pre(
  1. ServiceCall call,
  2. Future<ListIndexesRequest_> request
)

Implementation

$async.Future<$1.ListIndexesResponse_> listIndexes_Pre($grpc.ServiceCall call,
    $async.Future<$1.ListIndexesRequest_> request) async {
  return listIndexes(call, await request);
}