Future showToast({required String text}) async { await this.showAndDismiss(ProgressHudType.toast, text); }