| # socketWrite method | |
| [WriteResult](../../zircon/WriteResult-class.md) socketWrite | |
| ([Handle](../../zircon/Handle-class.md) socket, ByteData data, int options) | |
| ## Implementation | |
| ```dart | |
| static WriteResult socketWrite(Handle? socket, ByteData data, int options) { | |
| throw UnimplementedError( | |
| 'System.socketWrite() is not implemented on this platform.'); | |
| } | |
| ``` | |