dispose method
This method will be invoked when module is disposing When this method overrides, it must call super.dispose()
Implementation
@mustCallSuper
void dispose() {}
This method will be invoked when module is disposing When this method overrides, it must call super.dispose()
@mustCallSuper
void dispose() {}