offlineSyncEnabled property
Enables the persistent "Offline Action Sync Queue" globally.
How it works: If a user performs an action that changes data (like "Liking" a post) while offline, the action is saved locally. The moment the phone gets internet again, the app sends the action to the server in the background.
Implementation
final bool offlineSyncEnabled;