setNotifiable static method

Future<void> setNotifiable(
  1. String deviceId,
  2. String service,
  3. String characteristic,
  4. BleInputProperty bleInputProperty,
)

Implementation

static Future<void> setNotifiable(String deviceId, String service, String characteristic, BleInputProperty bleInputProperty) {
  return _platform.setNotifiable(deviceId, service, characteristic, bleInputProperty);
}