UpDialogService class

Constructors

UpDialogService()

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

closeAllDialogs(BuildContext context) → dynamic
completeDialog({required BuildContext context, required String completerId, dynamic result, dynamic pop = true}) → void
Completes the _dialogCompleter to resume the Future's execution call
getCompleter(String id) Completer?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDialogComplete(String id) Future?
showDialog(BuildContext context, UpBaseDialog dialog, {dynamic data}) String
Calls the dialog listener and returns Dialog Completer ID.
toString() String
A string representation of this object.
inherited

Operators

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