verificationCodeSent function

String verificationCodeSent({
  1. bool isEmergency = false,
})

Implementation

String verificationCodeSent({bool isEmergency = false}) =>
    'Please enter the verification code sent to ${isEmergency ? "you" : "the patient"} on:';