write method

Future write(
  1. String uuid,
  2. List<int> data
)

Implementation

Future write(String uuid, List<int> data) {
  throw UnimplementedError('write() has not been implemented.');
}