deserializeStringBytes function

Uint8List deserializeStringBytes(
  1. SerializableInput input
)

Implementation

Uint8List deserializeStringBytes(SerializableInput input) =>
    input.getBytes(input.getUint32());