You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to open the 'empresas' box on different parts of the code but none of them worked, even tried to wipe all the data out and got nothing too.
The text was updated successfully, but these errors were encountered:
I'm trying to open a box but everytime i try to do that, this Expection happens:
The fragment of code that fails is this one:
var boxEmpresas = await Hive.openBox<Empresa>('empresas');
this is the full method:
and these are the objects:
I've been trying to open the 'empresas' box on different parts of the code but none of them worked, even tried to wipe all the data out and got nothing too.
The text was updated successfully, but these errors were encountered: