failure<T> static method
Creates a failure result with the given error and optional stack trace
Implementation
static ProgressDialogResult<T> failure<T>(Object error, [StackTrace? stackTrace]) => Failure(error, stackTrace);
Creates a failure result with the given error and optional stack trace
static ProgressDialogResult<T> failure<T>(Object error, [StackTrace? stackTrace]) => Failure(error, stackTrace);