tRexRunnerHtml property

Future<String> tRexRunnerHtml

Gets the html (with javascript) of the Chromium's t-rex runner game. Used in combination with tRexRunnerCss.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Implementation

static Future<String> get tRexRunnerHtml =>
    PlatformInAppWebViewController.static().tRexRunnerHtml;