I know this question has been asked before, but the solution doesn't help me. according to the hive doc, an opened box can be called like this Hive.box('myBox');
when I try this in my code I get the error
The box "user" is already open and of type Box<User>.
anyone has an idea why this happens.