postWebMessageAsString abstract method

Future<void> postWebMessageAsString(
  1. String webMessage
)

Posts a web message as a string on Windows.

Throws an unsupported PlatformException on macOS and Linux.

Implementation

Future<void> postWebMessageAsString(String webMessage);