OnNavigatedBackEvent constructor

OnNavigatedBackEvent({
  1. String? fallbackPath,
})

Implementation

OnNavigatedBackEvent({
  this.fallbackPath,
});