menu
freedom_build package
documentation
build.dart
PostProcessBuildStep
readInputAsBytes method
readInputAsBytes method
dark_mode
light_mode
readInputAsBytes
method
Future
<
List
<
int
>
>
readInputAsBytes
(
)
Implementation
Future<List<int>> readInputAsBytes() => _reader.readAsBytes(inputId);
freedom_build package
documentation
build
PostProcessBuildStep
readInputAsBytes method
PostProcessBuildStep class