WorkManagerConstraintConfig constructor

WorkManagerConstraintConfig({NetworkType networkType, bool requiresBatteryNotLow, bool requiresCharging, bool requiresDeviceIdle, bool requiresStorageNotLow })

Implementation

WorkManagerConstraintConfig({
  this.networkType,
  this.requiresBatteryNotLow,
  this.requiresCharging,
  this.requiresDeviceIdle,
  this.requiresStorageNotLow,
});