theSmsOTPTimeOut method

void theSmsOTPTimeOut()

Implementation

void theSmsOTPTimeOut() {
  Get.snackbar(
    Message.getMessage('REGISTER_THONG_BAO'),
    Message.getMessage('REGISTER_THE_SMS_TIME_OUT'),
    snackPosition: SnackPosition.TOP,
    duration: const Duration(milliseconds: 10000),
  );
}