SdkProfile constructor
Creates a runtime profile for offline and queueing behavior.
Implementation
const SdkProfile({
required this.offlineEnabled,
required this.queueWritesWhenOffline,
this.autoFlushQueue = false,
this.flushInterval,
@Deprecated('Use autoFlushQueue + flushInterval instead.')
this.autoFlushOnInit = false,
});