⚡ Prefer auto dispose riverpods
This commit is contained in:
@@ -163,7 +163,7 @@ class NotificationUnreadCountNotifier
|
||||
}
|
||||
}
|
||||
|
||||
final notificationListProvider = AsyncNotifierProvider(
|
||||
final notificationListProvider = AsyncNotifierProvider.autoDispose(
|
||||
NotificationListNotifier.new,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user