pauseSynchronization top-level property

Future<bool> pauseSynchronization

Whether health data sync is paused at the moment.

Implementation

Future<bool> get pauseSynchronization async {
  return VitalHealthPlatform.instance.getPauseSynchronization();
}