getTRexRunnerHtml method

  1. @Deprecated("Use tRexRunnerHtml instead")
Future<String> getTRexRunnerHtml()

Use tRexRunnerHtml instead.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • macOS WKWebView
  • Web <iframe> but requires same origin
  • Windows WebView2

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

@Deprecated("Use tRexRunnerHtml instead")
Future<String> getTRexRunnerHtml() => platform.getTRexRunnerHtml();