setNotification method

Future<bool> setNotification(
  1. Characteristic characteristic
)

set notification with characteristic contains notify return bool

Implementation

Future<bool> setNotification(Characteristic characteristic) =>
    throw UnimplementedError('setNotification() has not been implemented.');