Postorized constructor

  1. @Deprecated('This is kind of useless, as other libraries like [Catcher] has more functionalities than this. ' "If you want to handle error locally, use [catchIt] instead")
Postorized(
  1. void zonedCallback()
)

Implementation

@Deprecated(
  'This is kind of useless, as other libraries like [Catcher] has more functionalities than this. '
  "If you want to handle error locally, use [catchIt] instead",
)
Postorized(void Function() zonedCallback) : _zonedCallback = zonedCallback;