getOneSession method

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

Implementation

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