onValueChange property

set onValueChange (OnValueChange? onValueChange)

Get characteristic value updates, after calling subscribeNotifications or subscribeIndications

Implementation

static set onValueChange(OnValueChange? onValueChange) =>
    _platform.onValueChange = onValueChange;