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