dispose abstract method

  1. @override
void dispose()
override

Disposes this Injector which will clear all the dependencies and call Disposable.dispose on all singletons implementing the Disposable interface.

Implementation

@override
void dispose();