Future<void> transfer({required int blockIndex}) { return hostApi.mifareClassicTransfer( handle: _handle, blockIndex: blockIndex, ); }