withUseTransient method

Context withUseTransient(
  1. String reason
)

Creates a new Context with the use transient option

Deprecated: Use withAllowLimitedConn instead

Implementation

Context withUseTransient(String reason) {
  return withAllowLimitedConn(reason);
}