notifyBLECharacteristicValueChange<T extends NotifyBLECharacteristicValueChangeOption> method

BluetoothError notifyBLECharacteristicValueChange<T extends NotifyBLECharacteristicValueChangeOption>(
  1. T option
)

Implementation

BluetoothError notifyBLECharacteristicValueChange<
    T extends NotifyBLECharacteristicValueChangeOption>(T option) {
  final result = $$context$$
      .callMethod('notifyBLECharacteristicValueChange', [option.$$context$$]);

  return BluetoothError($$context$$: result);
}