ChildBackButtonDispatcher constructor

ChildBackButtonDispatcher(
  1. BackButtonDispatcher parent
)

Creates a back button dispatcher that acts as the child of another.

Implementation

ChildBackButtonDispatcher(this.parent);