copy method

void copy(
  1. TypedData data
)

Implementation

void copy(TypedData data) =>
    heap.copyUint8List(addr, data.buffer.asUint8List());