Called when you want to send Uint8List to websocket A Uint8List data in expect
@override sendUint8List(Uint8List data) { _socket?.sendByteBuffer(data.buffer); }