theSMSOTPInValid method

void theSMSOTPInValid()

Implementation

void theSMSOTPInValid() {
  Get.snackbar(
    Message.getMessage('REGISTER_THONG_BAO'),
    Message.getMessage('REGISTER_THE_SMS_OPT_IN_VALID'),
    snackPosition: SnackPosition.TOP,
    duration: const Duration(seconds: 5),
  );
}