push 08112025
This commit is contained in:
parent
0b04aea9e4
commit
8733d4c766
@ -27,6 +27,7 @@ class FactureScreen extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _FactureScreenState extends State<FactureScreen> {
|
class _FactureScreenState extends State<FactureScreen> {
|
||||||
|
bool isPrinting = false;
|
||||||
String get paymentMethodText {
|
String get paymentMethodText {
|
||||||
switch (widget.paymentMethod) {
|
switch (widget.paymentMethod) {
|
||||||
case 'mvola':
|
case 'mvola':
|
||||||
@ -423,7 +424,7 @@ class _FactureScreenState extends State<FactureScreen> {
|
|||||||
|
|
||||||
Future.delayed(const Duration(seconds: 3), () {
|
Future.delayed(const Duration(seconds: 3), () {
|
||||||
if (mounted) {
|
if (mounted) {
|
||||||
Navigator.of(context).popUntil((route) => route.isFirst);
|
Navigator.pop(context);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user