HotRestartByPassBuilder constructor

const HotRestartByPassBuilder({
  1. Key? key,
  2. Widget? destinationFragment,
  3. Widget? loginFragment,
})

Implementation

const HotRestartByPassBuilder({
  Key? key,
  this.destinationFragment,
  this.loginFragment,
}) : super(key: key);