theSMSCodeHasExpried method

void theSMSCodeHasExpried()

Implementation

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