dispose method

  1. @mustCallSuper
void dispose()

This method will be invoked when module is disposing When this method overrides, it must call super.dispose()

Implementation

@mustCallSuper
void dispose() {}