Logo white

GitLab

liangchengyou / wow_english

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wow_english
  • lib
  • common
  • blocs
  • cachebloc
  • cache_state.dart
  • feat: user_information_page.dart ...
    da82bd70
    fixed: appbar style
    Key authored
    2023-06-29 16:39:00 +0800  
    Browse Code ยป
cache_state.dart 147 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7
part of 'cache_bloc.dart';

sealed class CacheState {}

class CacheInitial extends CacheState {}

class CacheUserInfoUpdated extends CacheState {}