sendResponse method

Future<void> sendResponse(
  1. BleDevice device,
  2. int requestId,
  3. int status,
  4. int offset,
  5. Uint8List? value,
)

Implementation

Future<void> sendResponse(BleDevice device, int requestId, int status, int offset, Uint8List? value) {
  throw UnimplementedError('sendResponse() has not been implemented.');
}