AuthApi constructor

AuthApi(
  1. Dio dio, {
  2. String? baseUrl,
})

Implementation

factory AuthApi(Dio dio, {String? baseUrl}) = _AuthApi;