wireSyncRust2DartDcoIntoDart function

List wireSyncRust2DartDcoIntoDart(
  1. WireSyncRust2DartDco? syncReturn
)

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

Implementation

List<dynamic> wireSyncRust2DartDcoIntoDart(WireSyncRust2DartDco syncReturn) =>
    dcoDecodeList(syncReturn);