Gets the no dial option from the Context
(bool, String) getNoDial() { final value = getValue(_noDialKey); if (value != null) { return (true, value as String); } return (false, ''); }