send abstract method

Future<void> send(
  1. ZwCommand command
)

Send the specified request message and return a Future that completes when the message is acknowledged.

Implementation

Future<void> send(ZwCommand command);