AsyncStateException.errorCustomLoaderMaterialBanner constructor

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

Implementation

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