ApiException.network constructor

const ApiException.network({
  1. @Default('Please make sure about your connection !') String msg,
})

Creates a network error instance for connectivity issues.

Used when the device cannot connect to the server due to network connectivity problems.

Implementation

const factory ApiException.network({@Default('Please make sure about your connection !') String msg}) = _NetworkError;