kdialogs/src/show_async_progress library
Functions
-
showAsyncProgressKDialog<
T> (BuildContext context, {required Future< T> doProcess(), void onSuccess(T value)?, void onError(String errMessage)?, bool retryable = false, bool confirmationRequired = false, String? confirmationTitle, String? confirmationMessage, bool showSuccessSnackBar = false, String? successMessage, String? errorAcceptText, String? errorRetryText, String? loadingMessage, String? bottomErrorAlertTitle}) → Future<T?>