javaScriptForWebView property

Future<String> javaScriptForWebView

Get JavaScript to embed into a WebView to pass the consent status from the app to the Didomi Web SDK embedded into the WebView

Implementation

static Future<String> get javaScriptForWebView async => await _channel.invokeMethod("getJavaScriptForWebView");