BaseAPIService.mock constructor
Implementation
BaseAPIService.mock(
Dio dio, {
List<Interceptor>? interceptors,
bool isLogEnabled = true,
}) : this.init(
dio: dio,
interceptors: interceptors,
isLogEnabled: isLogEnabled,
);