menu
neo_concierge
app/modules/neoDashboard/controllers/neo_dashboard_controller.dart
NeoDashboardController
goToPage method
goToPage
dark_mode
light_mode
goToPage
method
void
goToPage
(
int
index
)
Implementation
void goToPage(int index) { currentPage.value = index; getUserPaymentTransactions(); }
neo_concierge
neo_dashboard_controller
NeoDashboardController
goToPage method
NeoDashboardController class