show error icon with text and dismiss automatic
Future showErrorAndDismiss({required String text}) async { await this.showAndDismiss(ProgressHudType.error, text); }