writeBytes method

Future writeBytes(
  1. List<int> data
)

Implementation

Future writeBytes(List<int> data) {
  throw Exception('Platform does not support');
}