textInputActionEmergencyCall method

AzTextFormField textInputActionEmergencyCall()

Implementation

AzTextFormField textInputActionEmergencyCall() {
  _textInputAction = TextInputAction.emergencyCall;
  return this;
}