getBackingMemory method

*[<Null safety>](https://dart.dev/null-safety)*

Vmo getBackingMemory (dynamic flags)

Implementation

Vmo getBackingMemory(VmoFlags flags) {
  throw fidl.MethodException(ZX.ERR_NOT_SUPPORTED);
}