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