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_event.dart
  • feat: user_information_page.dart ...
    da82bd70
    fixed: appbar style
    Key authored
    2023-06-29 16:39:00 +0800  
    Browse Code ยป
cache_event.dart 104 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5
part of 'cache_bloc.dart';

sealed class CacheEvent {}

class CacheUserInfoUpdate extends CacheEvent {}