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