theSMSOTPMissing method

void theSMSOTPMissing()

Implementation

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