send abstract method

Future<void> send(
  1. dynamic data
)

Sends raw data through the WebSocket

Implementation

Future<void> send(dynamic data);