You are using riverpod, thus you should not use setState(). Instead of that, you should refresh the page using riverpod, just make:
ref.refresh(pocketbaseProvider);
And the page will be refreshed reloading all data.