readFileBytes function

Uint8List readFileBytes(
  1. String path
)

Implementation

Uint8List readFileBytes(String path) {
  return std_std.readFileBytes(path);
}