resetProductConfig static method

  1. @Deprecated("This method is deprecated since version 1.7.0 and will be removed in the future versions of this SDK.")
Future<void> resetProductConfig()

Deletes all activated, fetched and defaults configs as well as all Product Config settings.

Implementation

@Deprecated(
    "This method is deprecated since version 1.7.0 and will be removed in the future versions of this SDK.")

///Deletes all activated, fetched and defaults configs as well as all Product Config settings.
static Future<void> resetProductConfig() async {
  return await _dartToNativeMethodChannel.invokeMethod('reset', {});
}