writeAsBytesSync method

void writeAsBytesSync(
  1. List<int> bytes, {
  2. bool flush = false,
})

Implementation

void writeAsBytesSync(List<int> bytes, {bool flush = false}) {}