readInputAsBytes method

Future<List<int>> readInputAsBytes()

Implementation

Future<List<int>> readInputAsBytes() => _reader.readAsBytes(inputId);