blob: 6f61c91bef9f7fac52b166e2625c663d3138295b [file] [log] [blame] [view]
# vmoCreate method
[HandleResult](../../zircon/HandleResult-class.md) vmoCreate
(int size, [int options = 0])
## Implementation
```dart
static HandleResult vmoCreate(int size, [int options = 0]) {
throw UnimplementedError(
'System.vmoCreate() is not implemented on this platform.');
}
```