getOTConsentJSForWebView static method

Future<String?> getOTConsentJSForWebView()

Implementation

static Future<String?> getOTConsentJSForWebView() async {
  final String? js = await _channel.invokeMethod('getOTConsentJSForWebView');
  return js;
}