Blame view

lib/common/blocs/cachebloc/cache_state.dart 97 Bytes
fcc3a982   liangchengyou   feat:全局缓存bloc
1
2
  part of 'cache_bloc.dart';
  
aa4e28be   Key   removed: cache_bl...
3
  sealed class CacheState {}
fcc3a982   liangchengyou   feat:全局缓存bloc
4
5
  
  class CacheInitial extends CacheState {}