NoInternetException constructor

NoInternetException({
  1. String message = "No internet connection",
  2. Object? exception,
  3. StackTrace? stackTrace,
})

Implementation

NoInternetException({this.message = "No internet connection", this.exception, this.stackTrace});