DOC:
Future<Uint8List> sendFeliCaCommand({ required Uint8List commandPacket, }) { return hostApi.feliCaSendFeliCaCommand( handle: _handle, commandPacket: commandPacket, ); }