NomoBackButtonDispatcher constructor
NomoBackButtonDispatcher(
- NomoRouterDelegate delegate,
- Future<
bool> shouldPop()?, - Future<
bool> willPop()?
Implementation
NomoBackButtonDispatcher(this.delegate, this.shouldPop, this.willPop);