setDefaults abstract method

Future<void> setDefaults(
  1. Map<String, dynamic> defaults
)

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);