logOut method

ResponseFuture<ScannerSession> logOut(
  1. ScannerSessionId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ScannerSession> logOut(
  $2.ScannerSessionId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$logOut, request, options: options);
}