Closed
Description
We need as described in docs.
class AppModule extends Module {
@OverRide
List get imports => [CoreModule()];
and inside core module injecting Dio instance as in examples
but when getting this httclient via Modular.get() the dio instance class construction called again.
so what is should we do in order to get a real singleton binding ?