setNotifiable abstract method

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

Implementation

Future<void> setNotifiable(String deviceId, String service, String characteristic, BleInputProperty bleInputProperty);