cache_event.dart 104 Bytes
part of 'cache_bloc.dart';

sealed class CacheEvent {}

class CacheUserInfoUpdate extends CacheEvent {}