Reads the latest value of the characteristic.
Future<Uint8List?> read() => _BlePlatform.instance.centralManagerReadCharacteristic(deviceId, serviceId, id);