newCollection abstract method

Future<NewCollectionReply> newCollection(
  1. ServiceCall call,
  2. NewCollectionRequest request
)

Implementation

$async.Future<$0.NewCollectionReply> newCollection(
    $grpc.ServiceCall call, $0.NewCollectionRequest request);