transfer method

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

Writes the internal transfer buffer to a value block.

Implementation

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