setNotifiable method
Future<void>
setNotifiable(
- String deviceId,
- String service,
- String characteristic,
- BleInputProperty bleInputProperty,
override
Implementation
@override
Future<void> setNotifiable(String deviceId, String service, String characteristic, BleInputProperty bleInputProperty) async {
_method.invokeMethod('setNotifiable', {
'deviceId': deviceId,
'service': service,
'characteristic': characteristic,
'bleInputProperty': bleInputProperty.value,
}).then((_) => _log('setNotifiable invokeMethod success'));
}