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.
@override Future<void> dispose() => Future.value();