lastValue property

List<int> lastValue
override

this variable is updated:

  • anytime read() is called
  • anytime write() is called
  • anytime a notification arrives (if subscribed)

Implementation

List<int> get lastValue =>
    FlutterBluePlusWindows._lastChrs[remoteId]?[_key] ?? [];