send method
      
void
send(
    
    
- dynamic data
 
inherited
    Implementation
void send(dynamic data) async {
  throw 'To use sockets you need dart:io or dart:html';
}
void send(dynamic data) async {
  throw 'To use sockets you need dart:io or dart:html';
}