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

Future<String> get tRexRunnerHtml => throw UnimplementedError(
    'tRexRunnerHtml is not implemented on the current platform');