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