buildNetResponse<S> method
Implementation
Future<NetResponse<S>> buildNetResponse<S>() async {
var response = await this;
return NetResponse.fromDio(response);
}
Future<NetResponse<S>> buildNetResponse<S>() async {
var response = await this;
return NetResponse.fromDio(response);
}