LoadingAlertDialog class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns 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>({BuildContext context, 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)
"UNSUPPORTED_PLATFORM"