wireSyncRust2DartSseAsUint8ListView function

Uint8List wireSyncRust2DartSseAsUint8ListView(
  1. WireSyncRust2DartSse raw
)

The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.

Implementation

Uint8List wireSyncRust2DartSseAsUint8ListView(WireSyncRust2DartSse raw) =>
    raw.ptr.asTypedList(raw.len);