readAsBytes method

  1. @Deprecated('Visible for testing only')
List<int> readAsBytes()

Implementation

@Deprecated('Visible for testing only')
List<int> readAsBytes() {
  return _content.expand<int>((List<int> x) => x).toList();
}