BloomDeepLinksConfig constructor

const BloomDeepLinksConfig({
  1. bool enabled = false,
  2. List<String> schemes = const [],
  3. List<String> domains = const [],
  4. Map<String, String> routeMappings = const {},
})

Creates a BloomDeepLinksConfig instance.

Implementation

const BloomDeepLinksConfig({
  this.enabled = false,
  this.schemes = const [],
  this.domains = const [],
  this.routeMappings = const {},
});