pushBuffer abstract method

void pushBuffer(
  1. Uint8List bytes
)

Pushes a Luau buffer copied from bytes.

Implementation

void pushBuffer(Uint8List bytes);