menu
neo_concierge
app/modules/payment/controller/payment_controller.dart
PaymentController
removeReceiptFile method
removeReceiptFile
dark_mode
light_mode
removeReceiptFile
method
void
removeReceiptFile
(
)
Implementation
void removeReceiptFile() { receiptFile.value = null; receiptUrl.value = null; }
neo_concierge
payment_controller
PaymentController
removeReceiptFile method
PaymentController class