sendCommand method

Future<Uint8List> sendCommand(
  1. Uint8List commandPacket
)

Sends a command packet the typed methods do not cover.

Implementation

Future<Uint8List> sendCommand(Uint8List commandPacket) => iosApi.felicaSendCommand(_handle, commandPacket);