setNotifyValue method

  1. @override
Future<bool> setNotifyValue(
  1. bool notify
)
override

Enable notification from the characteristic.

Implementation

@override
Future<bool> setNotifyValue(bool notify) async {
  return true;
}