ApptiveGridOptions constructor

const ApptiveGridOptions({
  1. ApptiveGridEnvironment environment = ApptiveGridEnvironment.production,
  2. ApptiveGridAuthenticationOptions authenticationOptions = const ApptiveGridAuthenticationOptions(),
  3. ApptiveGridCache? cache,
  4. Map<ApptiveGridEnvironment, AttachmentConfiguration?> attachmentConfigurations = const {},
  5. List<FormWidgetConfiguration> formWidgetConfigurations = const [],
})

Creates a configuration

Implementation

const ApptiveGridOptions({
  this.environment = ApptiveGridEnvironment.production,
  this.authenticationOptions = const ApptiveGridAuthenticationOptions(),
  this.cache,
  this.attachmentConfigurations = const {},
  this.formWidgetConfigurations = const [],
});