createCollection abstract method

Future<Empty> createCollection(
  1. ServiceCall call,
  2. CreateCollectionRequest request
)

Implementation

$async.Future<$0.Empty> createCollection(
    $grpc.ServiceCall call, $1.CreateCollectionRequest request);