disposeInner method
void
disposeInner()
Disposes the inner handler.
This method is called by the factory when it's safe to dispose the handler (after the lifetime expires and no active requests remain).
Implementation
void disposeInner() {
super.dispose();
}