cache_event.dart 104 Bytes Edit Raw Blame History 1 2 3 4 5 part of 'cache_bloc.dart'; sealed class CacheEvent {} class CacheUserInfoUpdate extends CacheEvent {}