collections property

CollectionsClient get collections

Implementation

CollectionsClient get collections => CollectionsClient(
  channel,
  options: CallOptions(metadata: {"api-key": apiKey}),
);