This commit is contained in:
M 2020-10-24 17:35:55 +03:00
parent 71e02f429d
commit 082a5f0b6c
5 changed files with 36 additions and 29 deletions

View file

@ -89,6 +89,11 @@ class PinCodeState<T extends PinCodeWidget> extends State<T> {
..show(_key.currentContext);
}
void close() {
_progressBar?.dismiss();
Navigator.of(_key.currentContext).pop();
}
void hideProgressText() {
_progressBar?.dismiss();
_progressBar = null;