activate 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> activate()

Activates the most recently fetched Product configs

Implementation

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

///Activates the most recently fetched Product configs
static Future<void> activate() async {
  return await _dartToNativeMethodChannel.invokeMethod('activate', {});
}