valueHandler property

(void Function(Uint8List?)?) valueHandler
final

A function that handles the value changes of the characteristic.

Implementation

final void Function(Uint8List?)? valueHandler;