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

Fetches the Product Configs from CleverTap

Implementation

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

///Fetches the Product Configs from CleverTap
static Future<void> fetch() async {
  return await _dartToNativeMethodChannel.invokeMethod('fetch', {});
}