DelegateRouteObserver constructor
      
      DelegateRouteObserver({})
     
    
    
Implementation
DelegateRouteObserver({
  this.onDidPush,
  this.onDidPop,
  this.onDidRemove,
  this.onDidReplace,
  this.onChange,
});DelegateRouteObserver({
  this.onDidPush,
  this.onDidPop,
  this.onDidRemove,
  this.onDidReplace,
  this.onChange,
});