pushDialog method
void pushDialog(
- [[Widget] dialog]
)
This function remove all the routes till the particular route and add new route.
params:
dialog
: Widget to show
returns: None
Implementation
void pushDialog(Widget dialog)
- talawa
- navigation_service
- NavigationService
- pushDialog method