NoInternetException constructor
NoInternetException({
- String message = "No internet connection",
- Object? exception,
- StackTrace? stackTrace,
Implementation
NoInternetException({this.message = "No internet connection", this.exception, this.stackTrace});