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

Fetches and then activates the 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.")

///Fetches and then activates the fetched Product configs.
static Future<void> fetchAndActivate() async {
  return await _dartToNativeMethodChannel
      .invokeMethod('fetchAndActivate', {});
}