ShowError extension
- on
Static Methods
- 
  showBottomSheetError({required dynamic exception, List< String> ? ignoreErrors, String? additionalInfo, String? processMessage, bool withRetryButton = false, bool isError = true, String? customCloseButtonLabel}) → Future<bool> 
- 
      Available on AppException, provided by the ShowError extension 
- 
  showSnackBarError({required Exception exception, Duration? duration}) → void 
- 
      Available on AppException, provided by the ShowError extension