restore method

Future<void> restore({
  1. required int blockIndex,
})

Copies a value block into the internal transfer buffer.

Implementation

Future<void> restore({required int blockIndex}) => androidApi.mifareClassicRestore(_handle, blockIndex);