AsyncStateException.errorCustomLoaderSnackbar constructor

AsyncStateException.errorCustomLoaderSnackbar({
  1. String exception = 'If you use LoaderType.snackBar, you need to pass a SnackBar widget as customLoader',
})

Implementation

AsyncStateException.errorCustomLoaderSnackbar({
  this.exception =
      'If you use LoaderType.snackBar, you need to pass a SnackBar widget as customLoader',
}) {
  log(exception);
}