LoadingAlertDialog class abstract

Annotations

Constructors

LoadingAlertDialog()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

setDefaultWidgetBuilder(WidgetBuilder builder) → void
By assigning a Default WidgetBuilder here, each call to showLoadingAlertDialog won't require computation argument to be provided.
showLoadingAlertDialog<T>({required BuildContext context, required Future<T> computation, WidgetBuilder? builder}) Future<T?>
Wrapper for a call to showDialog on Android or showCupertinoDialog on iOS, controlled by the computation argument, which is a Future.

Constants

UNSUPPORTED_PLATFORM → const String
Currently, this plugin is intended to run only on Mobile Apps (Android/iOS)