writeBlock abstract method

Future<int?> writeBlock(
  1. int sectorIndex,
  2. int blockOfSector,
  3. Uint8List buffer
)

Implementation

Future<int?> writeBlock(int sectorIndex, int blockOfSector, Uint8List buffer);