send data to web socket ///
@override send(data) async { try{ _socket.add(data); }on Exception catch (e){ if (kDebugMode) { print(e); } } }