Disposable Errors Example

Open your console to see logs printed out.


Valid Lifecycle Interactions

The class `MyManager` can be created, add random disposable method calls to, and disposed as you please.


Accidental Invalid Lifecycle Interactions

The class `ErrorCreator` can be created and disposed. When it's disposed, it will attempt to add managers in `onWillDispose` and `onDispose`