AsyncStateException.errorContext constructor

AsyncStateException.errorContext({
  1. String exception = 'Context not found. Did you forget to add the AsyncState.observer in your navigatorObservers?',
})

Implementation

AsyncStateException.errorContext({
  this.exception =
      'Context not found. Did you forget to add the AsyncState.observer in your navigatorObservers?',
}) {
  log(exception);
}