readRow method

Future<Row?> readRow()

Implementation

Future<Row?> readRow() async {
  await read();
  return row;
}