readContent method

Future<List<int>> readContent()

Implementation

Future<List<int>> readContent() {
  return readContentAsBytes();
}