withNoDial method

Context withNoDial(
  1. String reason
)

Creates a new Context with the no dial option

Implementation

Context withNoDial(String reason) {
  return withValue(_noDialKey, reason);
}