blob: 21125963d16a001fd27757afb63d77d861d690e9 [file] [log] [blame] [view]
# getBackingMemory method
*[<Null safety>](https://dart.dev/null-safety)*
[Vmo](../../zircon/Vmo-class.md) getBackingMemory
(dynamic flags)
## Implementation
```dart
Vmo getBackingMemory(VmoFlags flags) {
throw fidl.MethodException(ZX.ERR_NOT_SUPPORTED);
}
```