ZenOfflineException constructor

const ZenOfflineException([
  1. String message = 'No internet connection'
])

Implementation

const ZenOfflineException([super.message = 'No internet connection'])
    : super(
        suggestion: 'Check your network connection or enable offline mode',
        docLink: 'https://github.com/sdegenaar/zenify#offline-first',
      );