read abstract method

Future<Uint8List?> read({
  1. int? start,
  2. int? end,
})

Implementation

Future<Uint8List?> read({int? start, int? end});