cache_state.dart 147 Bytes
part of 'cache_bloc.dart';

sealed class CacheState {}

class CacheInitial extends CacheState {}

class CacheUserInfoUpdated extends CacheState {}