cache_state.dart 147 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 part of 'cache_bloc.dart'; sealed class CacheState {} class CacheInitial extends CacheState {} class CacheUserInfoUpdated extends CacheState {}