setDefaults abstract method
Sets the default values for the feature flags. This is useful when the plugin is first initialized and want to set defaults before fetching the actual values.
Implementation
Future<void> setDefaults(Map<String, dynamic> defaults);