send abstract method

void send(
  1. dynamic message
)

Send a message through the transport

Implementation

void send(dynamic message);