Blame view

lib/common/blocs/cachebloc/cache_event.dart 104 Bytes
fcc3a982   liangchengyou   feat:全局缓存bloc
1
2
  part of 'cache_bloc.dart';
  
aa4e28be   Key   removed: cache_bl...
3
  sealed class CacheEvent {}
da82bd70   Key   feat: user_inform...
4
5
  
  class CacheUserInfoUpdate extends CacheEvent {}