listCollections_Pre method

Future<ListCollectionsReply> listCollections_Pre(
  1. ServiceCall call,
  2. Future<ListCollectionsRequest> request
)

Implementation

$async.Future<$0.ListCollectionsReply> listCollections_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.ListCollectionsRequest> request) async {
  return listCollections(call, await request);
}