DioHelper constructor

DioHelper({
  1. required String domain,
  2. dynamic onError(
    1. dynamic
    )?,
  3. String? token,
})

Implementation

DioHelper({required this.domain, this.onError, this.token});