BackgroundSyncCallback typedef
Callback function type for background sync execution.
This is used by platform-specific implementations to invoke background sync in a type-safe way.
Implementation
typedef BackgroundSyncCallback = Future<bool> Function();