shareSecretShare method

ResponseFuture<RepeatedBytes> shareSecretShare(
  1. SecretShare request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.RepeatedBytes> shareSecretShare($0.SecretShare request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$shareSecretShare, request, options: options);
}