isNotifying property

bool isNotifying
override

return true if we're subscribed to this characteristic

  • you can subscribe using setNotifyValue(true)

Implementation

bool get isNotifying =>
    FlutterBluePlusWindows._isNotifying[remoteId]?[_key] ?? false;