send abstract method

Future<ByteData?>? send(
  1. String channel,
  2. ByteData? message
)

Send a binary message to the platform plugins on the given channel.

Returns a Future which completes to the received response, undecoded, in binary form.

Implementation

Future<ByteData?>? send(String channel, ByteData? message);