blob: 30be956eaccf6f9122044d8655858379b5a34f12 [file] [log] [blame] [view]
# vmoWrite method
int vmoWrite
([Handle](../../zircon/Handle-class.md) vmo, int offset, ByteData bytes)
## Implementation
```dart
static int vmoWrite(Handle? vmo, int offset, ByteData bytes) {
throw UnimplementedError(
'System.vmoWrite() is not implemented on this platform.');
}
```