When using BLOC Provider, we need to call the BLOC class along with the service that need to be loaded when the new page is being called. In that same BLOC listerner we can use POST method and listern to the responce.
But i need to use BLOC and only POST method. Please help
How to use the BLOC pattern to add only POST method.