dispose abstract method

Future<void> dispose()

Clean up the route when it is no longer active.

This is called when navigating away from the route. Use this to clean up any resources initialized in init.

Implementation

Future<void> dispose();