getSessionInternal method

ResponseFuture<Tokens> getSessionInternal(
  1. SessionRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$8.Tokens> getSessionInternal($8.SessionRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getSessionInternal, request, options: options);
}