backgroundSyncConfig property

Map<String, dynamic> get backgroundSyncConfig

Configurações específicas do WorkManager para background sync

Implementation

Map<String, dynamic> get backgroundSyncConfig => {
      'requiresCharging': false,
      'requiresDeviceIdle': false,
      'requiresBatteryNotLow': false,
      'requiresStorageNotLow': false,
    };