# socketCreate method | |
[HandlePairResult](../../zircon/HandlePairResult-class.md) socketCreate | |
([int options = 0]) | |
## Implementation | |
```dart | |
static HandlePairResult socketCreate([int options = 0]) { | |
throw UnimplementedError( | |
'System.socketCreate() is not implemented on this platform.'); | |
} | |
``` | |