postWebMessageAsJson abstract method

Future<void> postWebMessageAsJson(
  1. String webMessage
)

Posts a web message as JSON on Windows.

Throws an unsupported PlatformException on macOS and Linux.

Implementation

Future<void> postWebMessageAsJson(String webMessage);