injectable_http_service 1.0.1 injectable_http_service: ^1.0.1 copied to clipboard
Simple http service to use with injectable.
Usage #
const http = HttpServiceImpl();
final myModel = http.get<MyModel>('example.com', MyModel.fromJson);