@override Future<bool> dispose() async { WidgetsBinding.instance.removeObserver(this); await _stepUpdateController.close(); return true; }