PrefetchBundleClient constructor
PrefetchBundleClient({})
Implementation
PrefetchBundleClient({
required String apiHost,
required this.writeKey,
this.contactId,
this.userId,
this.organizationId,
this.propertyId,
this.pollInterval = const Duration(minutes: 5),
}) : apiHost = apiHost.endsWith('/') ? apiHost.substring(0, apiHost.length - 1) : apiHost;