Cancels the state stream subscription when closing the Cubit.
@override Future<void> close() async { _stateStreamSubscription?.cancel(); super.close(); }