updateStream property

  1. @Deprecated('Use [scheduled] and [ringing] streams instead.')
StreamController<int> updateStream
final

Stream of the alarm updates.

Implementation

@Deprecated('Use [scheduled] and [ringing] streams instead.')
static final updateStream = StreamController<int>();