warm up emojis controller
This commit is contained in:
parent
5fcc31b427
commit
a87c9dc678
2 changed files with 5 additions and 4 deletions
|
|
@ -78,8 +78,7 @@ class EmojiController extends AsyncNotifier<EmojiTuple> {
|
|||
return (customCategories, customKeywords);
|
||||
}
|
||||
|
||||
static final provider =
|
||||
AsyncNotifierProvider.autoDispose<EmojiController, EmojiTuple>(
|
||||
EmojiController.new,
|
||||
);
|
||||
static final provider = AsyncNotifierProvider<EmojiController, EmojiTuple>(
|
||||
EmojiController.new,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue