conversationBoxProvider top-level property
Provides hive box for RuutConversation object, which is used when persistence is enabled
Implementation
final conversationBoxProvider = Provider<Box<RuutConversation>>((ref) {
return Hive.box<RuutConversation>(
RuutConversationBoxNames.CONVERSATIONS.toString());
});