valueProducer property

(Future<Uint8List> Function()?) valueProducer
final

A function that produces the value of the characteristic.

Implementation

final Future<Uint8List> Function()? valueProducer;