VivantaSync constructor

VivantaSync({
  1. String apiKey = '',
  2. String customerId = '',
  3. String externalUserId = '',
  4. String token = '',
  5. bool isFromForegroundService = false,
})

Implementation

VivantaSync({
  this.apiKey = '',
  this.customerId = '',
  this.externalUserId = '',
  this.token = '',
  this.isFromForegroundService = false,
}) {
  http = Http();
  database = Database();
  preferences = Preferences();
}