dispose abstract method

void dispose()

It is called when the injected model is disposed

This is the right place for cleaning resources.

Implementation

void dispose();