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