complete property
NotifyBLECharacteristicValueChangeCompleteCallback?
get
complete
Implementation
NotifyBLECharacteristicValueChangeCompleteCallback? get complete {
return complete;
}
set
complete
(NotifyBLECharacteristicValueChangeCompleteCallback? value)
Implementation
set complete(NotifyBLECharacteristicValueChangeCompleteCallback? value) {
$$context$$["complete"] = (res) {
value?.call(BluetoothError($$context$$: res));
};
}