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