buildNetResponse<S> method

Future<NetResponse<S>> buildNetResponse<S>()

Implementation

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