Future<Uint8List> readBlock({required int blockIndex}) { return hostApi.mifareClassicReadBlock( handle: _handle, blockIndex: blockIndex, ); }