Run multiple state updates in a single batch, triggering only one UI rebuild.
Prevents redundant repaints when updating multiple tightly coupled states.
The simplest way to declare automatically persisting state using SharedPreferences.
It syncs changes asynchronously without halting the UI thread!
Note: Call await WhaleStorage.init(); in main() before declaring!