menu
electrician_app
core/navigation/navigation_service.dart
NavigationService
goBack<
T
> method
goBack
dark_mode
light_mode
description
goBack<
T
>
method
void
goBack
<
T
>(
[
T?
result
])
Pop current route
Implementation
void goBack<T>([T? result]) { navigator?.pop<T>(result); }
electrician_app
navigation_service
NavigationService
goBack<
T
> method
NavigationService class