getTouch method

Uint8List getTouch(
  1. KeySlot keySlot
)

Implementation

Uint8List getTouch(KeySlot keySlot) {
  return _getData(keySlot.uif);
}