api_service_interceptor library
Classes
- ApiResponseModel
- ApiServiceInterceptor
- ApiServiceInterceptor it is the main class. It has a required field sharedPreferences. sharedPreferences -> it helps to store data inside your local storage. and also it has two methods that is used to send request and get response from the server. for simple request to server you need to call requestToServer method. for multipart request from string you need to call multipartRequestToServer method.