Skip to content

Commit

Permalink
movew cache away from models
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Jan 30, 2025
1 parent 0809230 commit 095b201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract class ISmashCache {
/// A simple cache class singleton.
///
/// Needs to be initialized ad application startup.
class SmashCache extends ChangeNotifierPlus {
class SmashCache {
static final SmashCache _instance = SmashCache._internal();
ISmashCache? _cache;

Expand Down

0 comments on commit 095b201

Please sign in to comment.