collectionExists_Pre method

Future<CollectionExistsResponse> collectionExists_Pre(
  1. ServiceCall $call,
  2. Future<CollectionExistsRequest> $request
)

Implementation

$async.Future<$1.CollectionExistsResponse> collectionExists_Pre($grpc.ServiceCall $call, $async.Future<$1.CollectionExistsRequest> $request) async {
  return collectionExists($call, await $request);
}