updateSessionNameDescription method

ResponseFuture<SessionConfig> updateSessionNameDescription(
  1. SessionConfig request, {
  2. CallOptions? options,
})

Implementation

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